Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 357 Bytes

File metadata and controls

32 lines (22 loc) · 357 Bytes

Install

npm install

GitHub auth

Create a lib/auth.js file as follows:

module.exports = {
  user: 'username',
  pass: 'password'
};

You will then be able to perform more than 60 requests per hour!

Build

npm start

Publish

git commit && git push