tinyurl-shorten
v1.0.1
Published
An error-resistant module to shorten a URL using TinyURL.
Downloads
2
Readme
tinyurl-shorten
An error-resistant module to shorten a URL using TinyURL.
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