shortest-api
v1.0.0
Published
API Client for connect with shorte.st.
Maintainers
Readme
shortest-api
API Client for connect with shorte.st.
Install
$ npm install shortest-api --saveUsage
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.
