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!
});

/googl/

    Package Sidebar

    Install

    npm i googl

    Weekly Downloads

    10

    Version

    0.2.0

    License

    none

    Last publish

    Collaborators

    • ukstv