nat3Github/weather-app-local
weather visualization for your local region
73bbce55f9e31241167d38c95ccab173c358e4b6d537cda9f7f8053597f4423fcaa8babe8deb7d094fbd8ef6c0e6e101ad8a4c7865bce28c1aeb6998f3ee8e70a0b7c2291484311db31548c5555543aeeb47150b345ed0392c36daf45397fcd975356bbf63044c1e710b057639829236528bca1fdb7fa0b29b743164be117f83858319a60cde7b1693dfae5d6ea01f3f4914ab2b9ca5d70d715f370d94a2abc6chmod +x Weather-App-Local in a terminal, you need to allow the app to run in your settings, after that you can use it normallyN next DatapointShift + N previous DatapointT for Temperature ViewR for Rain ViewW for Wind ViewJ for Zooming outK for Zooming ina maptiler api key is needed for building
create a file named .env under src/lib with contents maptiler_api_key = "use_your_maptiler_api_key_here"
a maptiler api key can be obtained by creating an account on maptiler
install zig 0.14.1 from ziglang (and add it to the PATH so it can be called in the terminal)
download/clone this repository
navigate into the repository
run zig build release to make an release build for you current Operating System (Windows, MacOs, Linux)
the output binary is in the zig-out folder