url-ghost-shorten
v1.0.0
Published
Shorten big urls for free of cost!
Downloads
11
Maintainers
Readme
URL GHOST LINK SHORTEN
Hey there, you wanna shorten links unlimited times? Well well well... THIS IS PERFECT FOR YOU! But this only keeps shortened link for 24hrs
Website:
https://url-ghost.up.railway.app/
Installation:
npm i url-ghost-shorten
Usage:
const ShortenURL = require("url-ghost-shorten")
const URL = "https://google.com"
ShortenURL(URL)
.then((data) => console.log(data))
.catch(console.error)