Hey there, you wanna shorten links unlimited times? Well well well... THIS IS PERFECT FOR YOU! But this only keeps shortened link for 24hrs
https://url-ghost.up.railway.app/
npm i url-ghost-shorten
const ShortenURL = require("url-ghost-shorten")
const URL = "https://google.com"
ShortenURL(URL)
.then((data) => console.log(data))
.catch(console.error)