1.0.0 • Published 11 years ago

unbitly v1.0.0

Weekly downloads
6
License
-
Repository
github
Last release
11 years ago

unbitly

Shortened URL extractor

Installation

npm:

$ npm install unbitly

Usage

var extract = require('unbitly');

extract('http://fb.me', function(err, url, stack) {
  if (err) return console.error(err);

  // url: https://www.facebook.com/
  // stack: [ 'http://www.facebook.com/', 'https://www.facebook.com/' ]
  console.log(url, stack);
});

License

The MIT License

Copyright (c) 2013 Seiya Konno <nulltask@gmail.com>

1.0.0

11 years ago

0.0.1

11 years ago