Microservice to cache and expose GitHub projects for this page. Built after zeit/github-repos.
Simply install the dependencies:
npm install
Create the secrets.yml
:
echo "TOKEN: github-api-token" > secrets.yml
And run the server:
npm run dev
200: Returns a list of projects as follows
[
{
"name": "project-name",
"description": "The description woot",
"url": "https://github.com/eventOneHQ/test",
"stars": 3040,
"forks": 0,
"fork": false
}
]
- Fork this repository to your own GitHub account and then clone it to your local device
- Follow the usage section
- Start making changes and open a pull request once they're ready!
- Noah Prail (@noahprail) - eventOne
Some of the code is adapted from zeit/github-repos.