Skip to content
This repository has been archived by the owner on Apr 29, 2020. It is now read-only.
/ ouo Public archive

Shorten URLs using OUO.io and earn money

License

Notifications You must be signed in to change notification settings

jlobos/ouo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ouo

Shorten URLs using OUO.io and earn money 💰

Install

$ npm install --save ouo

Usage

const short = require('ouo')

short({ key: 'kZrfrYdn', url: 'https://www.google.com' })
.then(shortenedUrl => {
  console.log(shortenedUrl)
  // http://ouo.io/K60dXX
})

License

MIT