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

Shorten URLs using Shorte.st and earn money 💰

License

Notifications You must be signed in to change notification settings

jlobos/shorte-st

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shorte-st

Shorten URLs using Shorte.st and earn money 💰

Install

$ npm install --save shorte-st

Usage

const short = require('shorte-st')

short({ token: 'token', url: 'https://www.google.com' })
.then(data => {
  console.log(data)
  // { status: 'ok', shortenedUrl: 'http://sh.st/MWg3X' }
})

License

MIT

About

Shorten URLs using Shorte.st and earn money 💰

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published