0.1.3 • Published 12 years ago

realurl v0.1.3

Weekly downloads
4
License
-
Repository
github
Last release
12 years ago

Realurl Build Status

A simple command-line/module to convert short url's to the original url.

Getting Started

Install the module with: npm install realurl -g

I would recommend installing it globally so you can use it from the command line.

From the command line

$ realurl http://goo.gl/BGV9x

Retrieving the real url for: http://goo.gl/BGV9x

Real URL location:
https://github.com/manuelvanrijn/node-realurl

Within your NodeJS project

var realurl = require('realurl');
realurl.get('http://goo.gl/BGV9x', function(result, error) {
   // error = false;
   // result = "http://github.com/manuelvanrijn/node-realurl";
});

Contributing

In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using grunt.

Release History

  • 2012/10/02 - v0.1.0 - Initial release.

License

Copyright (c) 2012 Manuel van Rijn - Licensed under the MIT license.

0.1.3

12 years ago

0.1.2

13 years ago

0.1.1

13 years ago

0.1.0

13 years ago