tinyurl-shorten
v1.0.1
Published
An error-resistant module to shorten a URL using TinyURL.
Readme
tinyurl-shorten
An error-resistant module to shorten a URL using TinyURL.
Installation
npm install tinyurl-shortenUsage
const tinyurl = require("tinyurl-shorten");
;(async () => {
// https://tinyurl.com/...
await tinyurl(url, alias?);
})();License
tinyurl-shorten is licensed under the Apache License 2.0

