@reactivers/shortlink
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Getting Started

Installation

npm install --save @reactivers/shortlink

yarn add @reactivers/shortlink

Usage

import { shortenLink } '@reactivers/shortlink'

const getShortlink = async () => {
  const {shortlink} = await shortenLink({link: "https://hooks.reactivers.com"})
  console.log("shortlink", shortlink);
}

Package Sidebar

Install

npm i @reactivers/shortlink

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

9.66 kB

Total Files

13

Last publish

Collaborators

  • reactivers