# 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)
```
## Install
```
npm install shortener-url
```