This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

pbin-guest

0.0.7 • Public • Published

pbin-guest

pastebin

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

/pbin-guest/

    Package Sidebar

    Install

    npm i pbin-guest

    Weekly Downloads

    4

    Version

    0.0.7

    License

    MIT

    Last publish

    Collaborators

    • foozzi