Skip to content

Commit

Permalink
weather_NOAA: fix script path in README.md. Add screenshot in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
runverzagt committed Jul 1, 2021
1 parent 73be8a8 commit c03dc28
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion weather_NOAA/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

Retrieve short term forecast from NOAA.
Since the forecast is from NOAA, this script only works within the USA.

![](weather_NOAA.png)

# Dependencies

* `curl`
Expand All @@ -11,7 +14,7 @@ Since the forecast is from NOAA, this script only works within the USA.

``` ini
[weather_NOAA]
command=./weather_NOAA/weather_NOAA
command=$SCRIPT_DIR/weather_NOAA/weather_NOAA
#LAT=45.52
#LON=-122.6819
interval=600
Expand Down

0 comments on commit c03dc28

Please sign in to comment.