Play around with novem terminal charts
These examples use open data, but you need a novem.no account to create the visuals.
Sign up at novem.no or send us an e-mail at hello@novem.no.
This folder contains two scripts, ts and get_flights.
tsis a simple python script to fetch stock prices from yahoo financeget_flightsis a shell script for fetching flights from opensky
curl -s https://data.novem.no/v1/examples/plot/state_pop.csv | \
head -n 7 | \
novem state_pop -C -t gbar -x --fs./ts MSFT AAPL GOOG -i 0 | \
novem share_comp -C -t line -x --fs./get_flights.sh N887WM 2023-01-01 2023-03-31 | \
novem -p flights -C -t map -x --fs

