Credits:https://labyrinthos.co
It's a simple webservice written from scratch in zig to identify your birth card.
Run the service and get your tarot birth card in the browser.
- Install zig >=0.14.0,<0.15.0 (use zigverm similar to nvm to install and manage zig versions)
- Build the server
zig build -Doptimize=ReleaseFast
- Run it
./zig-out/bin/tarot
- Get your tarot card by running
http://localhost:8086/date/<year>/<month>/<day>
in the browser. - Example:
http://localhost:8086/date/1999/10/11