1.0.3 • Published 9 years ago

bit.ly v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
9 years ago

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);
});
1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago