0.0.7 • Published 9 years ago
pbin-guest v0.0.7
pbin-guest
Install
$ npm install pbin-guest
How to
var pbin = require('pbin');
pbin.paste({title: 'test', code: 'test pbin'}, 'api_key', function(link, err){
if(err){
console.log(err)
}
console.log(link)
});
Test
$ npm test