UNPKG

url-ghost-shorten

Version:

Shorten big urls for free of cost!

24 lines (18 loc) 478 B
# 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: ```bash npm i url-ghost-shorten ``` ## Usage: ```js const ShortenURL = require("url-ghost-shorten") const URL = "https://google.com" ShortenURL(URL) .then((data) => console.log(data)) .catch(console.error) ``` # PEACE ✌