1.0.1 • Published 4 years ago
tinyurl-shorten v1.0.1
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
