0.0.2 • Published 13 years ago

unshorten v0.0.2

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

Unshorten

A simple URL unshortener for Node.js.

Example usage

var unshorten = require('./unshorten.js');
unshorten('http://mths.be/unshorten', function(url) {
	console.log(url + ' is where it’s at!');
});

…or, via npm:

npm install unshorten

…and then:

var unshorten = require('unshorten');
unshorten('http://mths.be/unshorten', function(url) {
	console.log(url + ' is where it’s at!');
});

Credits

Made for fun (and to get more familiar with Node) by Mathias.

0.0.2

13 years ago

0.0.1

13 years ago