Socket
Socket
Sign inDemoInstall

cuttly

Package Overview
Dependencies
2
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    cuttly

Unofficial API for cutt.ly url shortener


Version published
Weekly downloads
33
decreased by-17.5%
Maintainers
1
Install size
434 kB
Created
Weekly downloads
 

Readme

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

FAQs

Last updated on 24 Jun 2021

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc