1.0.11 • Published 6 years ago

pastebud v1.0.11

Weekly downloads
1
License
ISC
Repository
github
Last release
6 years ago

PasteBud

A Node.js package to send and receive content from pastebud

Usage

First, install the package using npm:

npm install pastebud

Then, require the package and use it like so:

var pastebud = require('pastebud);

pastebud('post', 'example text here')
  .then((resp) => {
    console.log(resp)
  })
  .catch((err) => {
    console.log(err)
  })

pastebud('get', 'example key here')
  .then((resp) => {
    console.log(resp)
  })
  .catch((err) => {
    console.log(err)
  })

CLI Usage:

$ npm i -g pastebud
$  pastebud post hello
including3850
$ pastebud get including3850
hello

License

Apache 2.0

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

0.0.2

6 years ago

1.0.0

6 years ago