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))

Readme

Keywords

none

Package Sidebar

Install

npm i get-dontpad

Weekly Downloads

3

Version

1.0.3

License

ISC

Last publish

Collaborators

  • jsanchesleao