pbin
v1.1.6
Published
A pastebin.com client built with Node.js
Downloads
4
Maintainers
Readme
Developer Key
You can get the developer key, by signing up on pastebin.com
Installation
Clone the repogit clone [email protected]:iamropo/pbin.git
cd pbin
Replace the folllowing code in app.js:
...
var developerKey = '' // Your dev key goes here
...
with your developer key
...
var developerKey = '<your developer key from pastebin.com>'
...
and then
npm link
Usage
pbin filename
Example
pbin hello.txt