bit.ly

1.0.3 • Public • Published

Installation

 `npm install bit.ly`

Usage

var BitLy = require('bit.ly');
var bl = new BitLy('<username>', '<yourapikey>');
    

bl.shorten('http://google.com',function(err,res){ 
	console.log(res);  
});


bl.expand('http://bit.ly/1MhhTRk',function(err,res){
	console.log(res);
});

Readme

Keywords

none

Package Sidebar

Install

npm i bit.ly

Weekly Downloads

2

Version

1.0.3

License

MIT

Last publish

Collaborators

  • skylab