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!
});
The goo.gl shortener API library for Node.js.
Inspired by node-bitly http://github.com/tanepiper/node-bitly.
var googl = require('googl');
googl.shorten('http://github.com/ukstv', function(shortened) {
// Voila!
});
npm i googl
1
0.2.0
none