1.0.0 • Published 8 years ago

shortest-api v1.0.0

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

shortest-api

Last version Build Status Coverage Status Dependency status Dev Dependencies Status NPM Status Donate

API Client for connect with shorte.st.

Install

$ npm install shortest-api --save

Usage

const shortestAPI = require('shortest-api')

const shortest = shortestAPI({
  token: 'MY_TOKEN'
})

shortest('https://kikobeats.com', function (err, shortenURL) {
  if (err) throw err
  console.log(shortenURL) // => 'http://sh.st/3s2xg'
  /* do something */
})

API

shortestAPI({options})

It creates an API client.

options

token

Required Type: string

The service token.

License

MIT © Kiko Beats.