Skip to content

Writes NOAA Observations to "stdio" in a table with borders and colors.

Notifications You must be signed in to change notification settings

RaymondLoranger/noaa_observations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOAA Observations

Writes NOAA Observations to :stdio in a table with borders and colors.

Exercise in the book Programming Elixir by Dave Thomas.

Usage

To use NOAA Observations locally, run these commands:

git clone https://github.com/RaymondLoranger/noaa_observations
cd noaa_observations
mix deps.get
mix escript.build
mix escript.install

You can now run the application like so:

no --help
no ny 9 -blt dark
no ny 9 --last --table-style=dark

Examples

pretty

pretty_alt

pretty_mult

dotted

dotted_alt

dotted_mult

About

Writes NOAA Observations to "stdio" in a table with borders and colors.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages