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
- Host: GitHub
- URL: https://github.com/foozzi/pbin-guest
- Owner: foozzi
- Created: 2016-11-18T13:32:08.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-21T17:03:48.000Z (over 9 years ago)
- Last Synced: 2025-10-28T17:50:30.261Z (8 months ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pbin-guest

## 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
```