NOAA Observations
Writes NOAA Observations to stdout in a table with borders and colors.
Exercise in the book Programming Elixir by Dave Thomas.
Using
To use NOAA Observations, first clone it from GitHub:
Then run these commands to build the escript:
- cd noaa_observations
- mix deps.get
- mix escript.build
Now you can run the application like so on Windows:
- escript no --help
- escript no ny 9 -blt dark
On macOS, you would run the application as follows:
- ./no --help
- ./no ny 9 --last --table-style=dark