pastebin-api

A very simple npm package to interact with the pastebin api.

Usage no npm install needed!

<script type="module">
  import pastebinApi from 'https://cdn.skypack.dev/pastebin-api';
</script>

README

pastebin-api

License Downloads

A very simple npm package to interact with the pastebin api.

Installation

npm

npm i pastebin-api

yarn

yarn add pastebin-api

Usage

import PasteClient from "pastebin-api";
// const PasteClient = require("pastebin-api").default; // using CommonJS

// Or (named imports)
import { PasteClient } from "pastebin-api";

const client = new PasteClient("DEV_KEY_HERE");

/* ... */

Documentation

You can checkout the documentation here

Support

All stars/forks are appreciated! ⚡

Feel free to open a pull request with a new feature.

Made with ❤️ and TypeScript!

License

MIT © Dev-CasperTheGhost