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

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i tinyurl-shorten

    Weekly Downloads

    2

    Version

    1.0.1

    License

    Apache-2.0

    Unpacked Size

    20.2 kB

    Total Files

    7

    Last publish

    Collaborators

    • willuhm