node-foauth
v0.0.1
Published
client library for https://foauth.org
Downloads
3
Readme
node-foauth
node.js client library for foauth.org, using request and hooker.
To get started:
npm install node-foauth
To use it:
var foauth = require('node-foauth')('[email protected]', 'password');
Then use foauth
like you'd use request, with the exception that you have to use foauth.get
instead of the convenience form foauth(uri)
. While making requests through node-foauth, your request URIs will automatically be prefixed with https://foauth.org, and your basic auth credentials will be sent along in a header.
request is Apache 2.0 licensed, javascript hooker is MIT, and node-foauth is MIT-licensed as well.
Have fun.