Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 396 Bytes

readme.md

File metadata and controls

20 lines (17 loc) · 396 Bytes

trending-microservice

Microservice for monitoring trending repositories on Github

Installation

$ git clone https://github.com/ophobe/trending-microservice.git
$ npm install
$ npm start

# http://localhost:3000

Remember to create a .env file to set

  • ophobe_email
  • ophobe_github_access_token

Deployment

Optimized for deployment with Now.sh

npm run deploy