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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.0
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.0
    2
  • 1.0.0
    1

Package Sidebar

Install

npm i ouo.io

Weekly Downloads

3

Version

1.1.0

License

MIT

Unpacked Size

1.33 kB

Total Files

4

Last publish

Collaborators

  • adrian.arroyocalle