ouo.io

1.1.0 • Public • Published

ouo.io shortener

This module allows you to shorten your URLs using ouo.io. Link and earn money!

Installation

npm install ouo.io

Usage

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

Dependents (1)

Package Sidebar

Install

npm i ouo.io

Weekly Downloads

5

Version

1.1.0

License

MIT

Unpacked Size

1.33 kB

Total Files

4

Last publish

Collaborators

  • adrian.arroyocalle