Skip to content
This repository has been archived by the owner on Nov 12, 2017. It is now read-only.

Kikobeats/shortest-api

Repository files navigation

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.

About

API client for connect with shorte.st

Resources

License

Stars

Watchers

Forks

Packages

No packages published