Microservice to cache and expose GitHub projects for The Palmer Group
Simply install the dependencies:
npm install
And run the server:
npm run dev
200: Returns a list of projects as follows
[
{
"name": "project-name",
"description": "The description woot",
"stars": 3040,
"url": "https://github.com/palmerhq/test"
}
]
- 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!
You can use npm test
to run the tests and see if your changes have broken anything.
- Guillermo Rauch (@rauchg) - ▲ZEIT
- Leo Lamprecht (@notquiteleo) - ▲ZEIT