1.0.3 • Published 7 years ago

get-dontpad v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
7 years ago

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

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago