Microservice to cache and expose GitHub projects for Jared Palmer
Simply install the dependencies:
npm installAnd run the server:
npm run dev200: Returns a list of projects as follows
[
  {
    "name": "project-name",
    "description": "The description woot",
    "stars": 3040,
    "url": "https://github.com/jaredpalmer/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