ouo.io
v1.1.0
Published
Shorten your links using Ouo.io and earn money
Maintainers
Readme
ouo.io shortener
This module allows you to shorten your URLs using ouo.io. Link and earn money!
Installation
npm install ouo.ioUsage
var ouo=require("ouo.io")("YOUR_API_KEY""); // You will find your API key in Tools section.
// var ouo=require("ouo.io")(); still works but you won't earn money
ouo.short("http://adrianarroyocalle.github.io",function(url){
console.log("Short URL is: "+url);
});
