github-trending-api
Trending page on GitHub served as REST API
Requirements
- Python 3.6
- pipenv
Installation
git clone https://github.com/stephancill/github-trending-api.gitcd github-trending-apipipenv installpipenv run python main.py
Usage
Query localhost:8000/trending
Todo
- Add url params for timeframe (daily , weekly, monthly) and language
Contributing
Open a pull request for any of the above todos :)