googl

0.2.0 • Public • Published

Goo.gl for Node.js

The goo.gl shortener API library for Node.js.

Inspired by node-bitly http://github.com/tanepiper/node-bitly.

Usage

var googl = require('googl');
googl.shorten('http://github.com/ukstv', function(shortened) {
	// Voila!
});

Package Sidebar

Install

npm i googl

Weekly Downloads

18

Version

0.2.0

License

none

Last publish

Collaborators

  • ukstv