Skip to content

qwerty22121998/slink

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SLink

Link shortener using firestore

Link Shorten

 curl --location --request POST "$URL:8080/api/short" --header 'Content-Type: application/json' --data-raw '{
    "url": "https://www.facebook.com/khanhvu2212/",
    "name": "Custom Name",
    "short": "personal-fb",
    "expired_at": null
}'

Usage

Simply follow the link $URL/api/g/$SHORT

Example :$URL/api/g/personal-fb will be redirected to https://www.facebook.com/khanhvu2212/

Live Example

Link

About

link shortener

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published