844 B
Executable File
844 B
Executable File
Aviation Weather
Makefile
make help to list all commands
Setup
- Copy
.env.TEMPLATEto.env - Generate JWT RS256 (RSA Signature with SHA-256) Private/Public keys with
make generate - Build the api and ui images with
make build - Run the application with
make up
Decoding METARS
The following resources were used to help decode METARS.
-
Airport dataset is based on mborsetti/airportsdata