A micro service to retrieve all public GitHub repos for a user. Supports pagination and limits.
In development:
npm install
npm run devIn production, create a .env file with the following variables:
USERNAME=<your-github-username>
TOKEN=<your-github-token>Deploy, using the now button at the top, or:
now --dotenv
You can then access the program at the URL generated by now. E.g. https://micro-github-projects-ijcunthall.now.sh/?limit=10&cursor=Ym244ff..., where
limit - the number of results to return
cursor - the cursor id returned for pagination
Read the CONTRIBUTING guide for information.
Licensed under MIT. See LICENSE for more information.
Report a bug in issues.
Made with love in Kuala Lumpur, Malaysia by Riyadh Al Nur