Skip to content

reactivers/shortlink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);
}

About

A link shorter function

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published