Deno script for syncing donations to vauhtijuoksu api
- Copy
.env.exampleto.envand fill in your environment variables - Run the script:
deno --allow-read --allow-env --allow-net janotor.js
To compile for Linux:
deno compile --target x86_64-unknown-linux-gnu --allow-read --allow-env --allow-net janotor.js