https://github.com/swindlesmccoop/weatheralertd
Weather alert daemon
https://github.com/swindlesmccoop/weatheralertd
Last synced: 2 months ago
JSON representation
Weather alert daemon
- Host: GitHub
- URL: https://github.com/swindlesmccoop/weatheralertd
- Owner: swindlesmccoop
- Created: 2023-04-25T13:21:31.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-04-29T23:54:38.000Z (about 2 years ago)
- Last Synced: 2025-01-13T10:51:43.605Z (4 months ago)
- Language: Shell
- Size: 2.93 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Inclimate Weather Alert Daemon
## Dependencies
- `curl`
- `libnotify`## Information
I use `curl` to query data from the National Weather Service API, then send a notification for the most recent weather warning. It checks for a new warning in your state determined by your IP address every `$SLEEPTIME` seconds, which is set to 60 (one minute) by default.Only works in the United States, sorry.