🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

cuttly

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cuttly

Unofficial API for cutt.ly url shortener

1.0.1
latest
Source
npm
Version published
Weekly downloads
3
-50%
Maintainers
1
Weekly downloads
 
Created
Source

cuttly

Unofficial promise based Cuttly API wrapper for node.js

Installing

Using npm:

$ npm install cuttly

Using yarn:

$ yarn add cuttly

Usage

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 :

ParameterDescription
datedate of shortening the link
shortLinkshortened link
fullLinkoriginal link
titlewebsite title
see https://cutt.ly/api-documentation/cuttly-links-api

Error

Upon rejection, the error type is CuttlyError

Keywords

cuttly

FAQs

Package last updated on 24 Jun 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts