0.0.4 • Published 10 years ago

node-gglurl v0.0.4

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

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

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago