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.
- Host: GitHub
- URL: https://github.com/StellaraUmbrix/hastebin-post
- Owner: StellaraUmbrix
- License: mit
- Created: 2018-12-02T10:59:27.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-05-30T15:17:09.000Z (over 3 years ago)
- Last Synced: 2025-04-12T14:54:30.519Z (6 months ago)
- Topics: hacktoberfest, hastebin, hastebin-post, javascript, npm-package, superagent
- Language: JavaScript
- Homepage: https://www.discord.gg/j86DTHU
- Size: 24.4 KB
- Stars: 2
- Watchers: 0
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)