Skip to content

remy/github-projects

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-projects

Build Status Slack Channel

Microservice to cache and expose GitHub projects for this page.

Usage

Simply install the dependencies:

npm install

And run the server:

npm start

API

GET /

200: Returns a list of projects as follows

[
  {
    "name": "project-name",
    "description": "The description woot",
    "stars": 3040,
    "url": "https://github.com/zeit/test"
  }
]

Contributing

  1. Fork this repository to your own GitHub account and then clone it to your local device
  2. Follow the usage section
  3. 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.

Authors

Packages

No packages published

Languages

  • JavaScript 100.0%