@reactivers/shortlink
v1.0.1
Published
Link shorter
Downloads
15
Maintainers
Readme
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);
}