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

Shorten URLs using Uskip.me and earn money

License

Notifications You must be signed in to change notification settings

jlobos/uskip.me

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

uskip.me

Shorten URLs using Uskip.me and earn money 💰

Install

$ npm install --save uskip.me

Usage

const short = require('uskip.me')

short({ key: '9AoAAA', url: 'https://www.google.cl' })
.then(shortenedUrl => {
  console.log(shortenedUrl)
  // http://uskip.me/AdcDAA
})

License

MIT