UNPKG

shortener-url

Version:
14 lines (12 loc) 291 B
# 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 ```