shortest-api

1.0.0 • Public • Published

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.

Package Sidebar

Install

npm i shortest-api

Weekly Downloads

0

Version

1.0.0

License

MIT

Last publish

Collaborators

  • kikobeats