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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    2
  • 1.0.0
    0

Package Sidebar

Install

npm i tinyurl-shorten

Weekly Downloads

1

Version

1.0.1

License

Apache-2.0

Unpacked Size

20.2 kB

Total Files

7

Last publish

Collaborators

  • willuhm