node-url-expand
v1.0.0
Published
Simple and efficient URL expander with http native from node
Downloads
3
Maintainers
Readme
node-url-expand
Simple and efficient URL expander with http native from node.
##Installation
npm install node-url-expand
##Usage
var nodeUrlExpand = require('node-url-expand');
nodeUrlExpand('http://buff.ly/1zZrYP2', function (err, url) {
console.log(url);
});
License
(The MIT License)