node-gglurl

0.0.4 • Public • Published

gglurl

Wrapper Google UrlShortner for cmd & commonJS module.

Build Status NPM version

Usage

Encode:

$ gglurl -e https://github.com/tgfjt/node-gglurl

Decode:

$ gglurl -d http://goo.gl/bU3VaW

As module:

var gglurl = require('node-gglurl');
 
gglurl.decode(function(err, res) {
    if (err) {
        console.log(err);
    } else {
        console.log(res);
    }
}, '<url>');

Install

$ npm install -g node-gglurl

Licence

MIT

Author

tgfjt

Readme

Keywords

none

Package Sidebar

Install

npm i node-gglurl

Weekly Downloads

1

Version

0.0.4

License

MIT

Last publish

Collaborators

  • tgfjt