1.0.1 • Published 4 years ago
cuttly v1.0.1
cuttly
Unofficial promise based Cuttly API wrapper for node.js
Installing
Using npm:
$ npm install cuttlyUsing yarn:
$ yarn add cuttlyUsage
cuttly.shortenUrl(
<CUTTLY_KEY>,
<url_to_shorten>
).then(
(response) => console.log(response),
(error) => console.log(error)
)Documentation
Response
The response object provided has the following attributes :
| Parameter | Description |
|---|---|
| date | date of shortening the link |
| shortLink | shortened link |
| fullLink | original link |
| title | website title |
see https://cutt.ly/api-documentation/cuttly-links-apiError
Upon rejection, the error type is CuttlyError