Skip to content

jaredpalmer/github-repos

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

github-repos

Microservice to cache and expose GitHub projects for Jared Palmer

Usage

Simply install the dependencies:

npm install

And run the server:

npm run dev

API

GET /

200: Returns a list of projects as follows

[
  {
    "name": "project-name",
    "description": "The description woot",
    "stars": 3040,
    "url": "https://github.com/jaredpalmer/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

About

Microservice for `jaredpalmer.com`

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 55.1%
  • HTML 44.9%