UNPKG

turl

Version:

http://tinyurl.com URL Shortener Node.js module

16 lines (11 loc) 227 B
## node-turl http://tinyurl.com URL Shortener Node.js Module ### Usage ``` const turl = require('turl'); turl.shorten('http://google.com').then((res) => { console.log(res); }).catch((err) => { console.log(err); }); ```