tinyurl-shorten

1.0.1 • Public • Published

tinyurl-shorten

An error-resistant module to shorten a URL using TinyURL.

NPM

Installation

npm install tinyurl-shorten

Usage

const tinyurl = require("tinyurl-shorten");

;(async () => {
  // https://tinyurl.com/...
  await tinyurl(url, alias?);
})();

License

tinyurl-shorten is licensed under the Apache License 2.0

Readme

Keywords

Package Sidebar

Install

npm i tinyurl-shorten

Weekly Downloads

4

Version

1.0.1

License

Apache-2.0

Unpacked Size

20.2 kB

Total Files

7

Last publish

Collaborators

  • willuhm