2023-08-29 18:41:56 -04:00
|
|
|
# Hyperlink-Redirect
|
|
|
|
|
2023-09-23 00:44:32 -04:00
|
|
|
A "useful" tool for turning hyperlinks into redirects in the name of shortening hyperlinks! 🧠 🧑🔬
|
|
|
|
|
2023-09-23 01:03:27 -04:00
|
|
|
## Run locally
|
|
|
|
|
|
|
|
### Install dependencies
|
|
|
|
|
|
|
|
zef install --deps-only .
|
|
|
|
|
|
|
|
### Run the guy
|
|
|
|
|
2023-10-07 21:10:33 -04:00
|
|
|
./bin/hyperlink-redirect
|
2023-09-23 01:03:27 -04:00
|
|
|
|
2023-09-23 00:44:32 -04:00
|
|
|
## TODO
|
|
|
|
|
2023-10-07 22:48:48 -04:00
|
|
|
1. Why does 'hyperlink' linger even for subsequent GET requests from different clients??
|