Python
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
.gitignore
LICENSE
Pipfile
Pipfile.lock
Procfile
README.md
main.py

README.md

github-trending-api

Trending page on GitHub served as REST API

Requirements

Installation

  • git clone https://github.com/stephancill/github-trending-api.git
  • cd github-trending-api
  • pipenv install
  • pipenv 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 :)