1.0.2 • Published 10 years ago
long-url v1.0.2
long-url
What
Reverse url shortener. Get the location of those shortened urls.
Installation
npm install -g long-urlor
npm install --save long-urlUsage
CLI
$ reverse-url http://ow.ly/W7oOu
// Output: >> http://ow.ly/W7oOu is http://bjarneo.codes/JavaScript
var reverse = require('long-url');
reverse('http://ow.ly/W7oOu', function(err, url) {
if (err) {
throw new Error(err);
}
console.log(url);
});
// Output: http://bjarneo.codes/Tests
npm testContribution
Contributions are appreciated.
License
MIT-licensed. See LICENSE.
1.0.2
10 years ago