Skip to content
This repository has been archived by the owner on Mar 18, 2024. It is now read-only.

valentinegb/vgburl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vgburl

A simple personal URL shortener backend.

How to use

To shorten a link, you can use something like curl to POST the long link.

curl https://vgburl.shuttleapp.rs -d "https://example.com/a/really/very/extremely/long/link/that/is/too/long/to/reasonably/type"

If successful, you'll get a HTTP OK along with a 9-digit code in the body. You can then use the code as a route which will redirect to the long link.

https://vgburl.shuttleapp.rs/abcdefghi

About

A simple personal URL shortener backend.

Resources

License

Stars

Watchers

Forks

Languages