node-url-expand

1.0.0 • Public • Published

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)

Package Sidebar

Install

npm i node-url-expand

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • hengkiardo