shortener-url
v1.0.3
Published
A string shortener using promises
Downloads
3
Readme
shortener-url
NPM Package created to short strings. Best to url shortener system.
Usage
const shortener = require("shortener-url")
shortener.short("https://twitter.com/koalapvh13")
.then(console.log) // xmp72i
Install
npm install shortener-url