get-dontpad

1.0.3 • Public • Published

get-dontpad

It's a small tool to fetch text from dontpad.com

You simply enter a path and it returns the text.

Installation

You can install it as a cli tool with npm install -g get-dontpad and use like this:

$ get-dontpad awesome-message

Or you can use it as a library like this:

  const getDontpad = require('get-dontpad');
  getDontpad('awesome-message').then(text => console.log(text))

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
1.0.39latest

Version History

VersionDownloads (Last 7 Days)Published
1.0.39
1.0.21
1.0.11
1.0.01

Package Sidebar

Install

npm i get-dontpad

Weekly Downloads

10

Version

1.0.3

License

ISC

Last publish

Collaborators

  • jsanchesleao