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

Latest commit

 

History

History
25 lines (17 loc) · 316 Bytes

readme.md

File metadata and controls

25 lines (17 loc) · 316 Bytes

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