shortly

v0.0.0
client for a few url shorteners (bit.ly, goo.gl)
bitly google client url shortener

shortly

client for the bit.ly shortener (for now). more coming

example

var inspect = require('util').inspect;
var shortly = require('shortly');

//
// bit.ly
//
var bitly = new shortly.Bitly({ login: 'foo', key: 'bar' });

bitly.clicks({ shortUrl: 'http://bit.ly/yerCKs' }, function (err, res) {
  console.log(inspect(res, true, 10));
});

//
// goo.gl
//

install

$ npm install shortly

usage

bitly

basically the supported api methods seen here are mapped to the bitly object and they all have the following signature:

bitly.method(queryParams, callback)

where callback is called with (err, response)

npm i shortly

Metadata

  • Unknown
  • ~0.6.10
  • Mihai Tomescu
  • released 3/3/2012

Downloads

Maintainers