UNPKG

node-url-shortener

Version:

node-url-shortener helps you to shorten your big URLs.

5 lines (4 loc) 167 B
var shortUrl = require('./index'); shortUrl.short('https://news.google.com/news?pz=1&cf=all&output=rss', function(err, rss){ console.log(JSON.stringify(rss)); });