Log in to Plug.dj and get an auth cookie
npm install plug-dj-loginplug-dj-login
=============
Log in to Plug.dj and get an auth cookie
``js
var plugLogin = require('plug-dj-login')
var creds = {
username: 'twitter-username'
, password: 'twitter-password'
}
plugLogin(creds, function(err, cookie) {
console.log(cookie.name, cookie.value);
})
``
npm install plug-dj-login
MIT