0.0.2-1 • Published 12 years ago

octoauth v0.0.2-1

Weekly downloads
14
License
-
Repository
github
Last release
12 years ago

#octOAuth

A simple Node.js library for getting an Oauth token for Github with a username and password

##Testing

To run tests this module needs a config folder structured like so:

node-octoauth
|
|--config
    |
    |--index.js

Inside config/index.js you should expose an object with working username and password like so:

module.exports = {
  username: 'taterbase',
  password: '123Fake'
};

Now you can run mocha and test away.


MIT license