jlobos / shorte-st

Shorten URLs using Shorte.st and earn money 💰

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 💰

License:MIT License


Languages

Language:JavaScript 100.0%