1.2.0 • Published 8 years ago

shorte-st v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 years ago

shorte-st

Shorten URLs using Shorte.st and earn money :moneybag:

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

1.2.0

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago

0.0.1

9 years ago