url-ghost-shorten
v1.0.0
Published
Shorten big urls for free of cost!
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-shortenUsage:
const ShortenURL = require("url-ghost-shorten")
const URL = "https://google.com"
ShortenURL(URL)
.then((data) => console.log(data))
.catch(console.error)