An open API service indexing awesome lists of open source software.

https://github.com/foozzi/pbin-guest

Paste your text or code to pastebin.com from guest user
https://github.com/foozzi/pbin-guest

Last synced: 5 months ago
JSON representation

Paste your text or code to pastebin.com from guest user

Awesome Lists containing this project

README

          

# pbin-guest

![pastebin](http://i.imgur.com/NrW2Kkl.png)

## Install
```bash
$ npm install pbin-guest
```

## How to
```js
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
```bash
$ npm test
```