Skip to content

stephancill/github-trending-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 :)