2018-09-16 20:43:17 +02:00
|
|
|
# rf5:
|
|
|
|
|
2018-09-20 18:28:01 +02:00
|
|
|
**rf5**: read and print on video the forecast 5 **jason data** (meteo5.json) generated to fmeteo.
|
2018-09-16 20:43:17 +02:00
|
|
|
|
|
|
|
The script is a utility to test a future implementation on fmeteo, or read the **old** forecast 5 data, offline.
|
|
|
|
|
|
|
|
|
|
|
|
# use:
|
|
|
|
|
2018-09-20 18:28:01 +02:00
|
|
|
For use this, put or copy the script, in the same directory of fmeteo and run it.
|
|
|
|
|
|
|
|
rf5
|
|
|
|
|
|
|
|
or if we are a terminal that does not support xserver we can use a pager to display the data page by page:
|
|
|
|
|
|
|
|
rf5 | less
|
|
|
|
|
|
|
|
use space or the arrow to go forward or back, "q" to exit
|