@seunsanyaa/urlshortner
v1.0.4
Published
Url Shortner Library
Downloads
1
Readme
This library allows you to quickly and easily use the URL-Shortner nodejs library.
In order to gain the TypeScript typings (for intellisense / autocomplete) while using CommonJS imports with require() use the following approach:
const shorten = require('@seunsanyaa/urlshortnerr');
shorten('your long url').then(newurl => { console.log(newurl) } )