turl
v1.1.2
Published
http://tinyurl.com URL Shortener Node.js module
Downloads
2,934
Maintainers
Readme
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);
});