A self-hosted version of https://github.com/huchenme/github-trending-api
Check out the demo here! https://hackertab.pupubird.com/repositories
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
For manual install:
npm i
or with docker
docker build .
This project is configured with serverless, hence simply run:
serverless deploy
For nodejs only:
npm run start
Go to your localhost and try access to /repositores
!
For more information on the API, you may refer to https://github.com/huchenme/github-trending-api or https://githubtrendingapi.docs.apiary.io/#
- Implement core trending repositories API
- Implement trending developers API
- Implement list of spoken languages API
- Implement list of languages API
- Hat tip to anyone whose code was used
- The inspiration is coming from https://github.com/huchenme/github-trending-api, credit of the idea goes to him!