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