1.0.4 • Published 3 years ago

@seunsanyaa/urlshortner v1.0.4

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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) } )