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

https://github.com/StellaraUmbrix/hastebin-post

An unofficial library for www.hastebin.com.
https://github.com/StellaraUmbrix/hastebin-post

hacktoberfest hastebin hastebin-post javascript npm-package superagent

Last synced: 6 months ago
JSON representation

An unofficial library for www.hastebin.com.

Awesome Lists containing this project

README

          

# hastebin-post
An unofficial library for https://hastebin.com/ which makes 'paste'-creation significantly easier.

## Install
Stable Release:
```sh
$ npm install hastebin-post
# or with Yarn
$ yarn add hastebin-post
```

GitHub Development Version:
```sh
$ npm install FlareonUwU/hastebin-post
# or with Yarn
$ yarn add FlareonUwU/hastebin-post
```

## Usage
```js
const hastebin = require("hastebin-post");

hastebin("Hello, world!")
.then((url) => console.log(`URL: ${url}`));
```

### License
[MIT Copyright 2018-2019 FlareonUwU](./LICENSE)