Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jbaikge/inova-wait
Track & notify Inova hospital wait times
https://github.com/jbaikge/inova-wait
Last synced: 11 days ago
JSON representation
Track & notify Inova hospital wait times
- Host: GitHub
- URL: https://github.com/jbaikge/inova-wait
- Owner: jbaikge
- License: mit
- Created: 2022-04-28T17:45:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-04-29T14:01:14.000Z (over 2 years ago)
- Last Synced: 2024-06-20T22:28:16.495Z (5 months ago)
- Language: Go
- Size: 23.4 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Inova Wait Time Tracker
Tracks wait times for Inova hospitals and sends notifications when they change.
The times supposedly update every 10 minutes.
Run with the following command:
`EMAIL_FROM="[email protected]" EMAIL_PASS="gmail-app-password" EMAIL_TO="[email protected]" STORE_FILE="/tmp/inova-wait.json" TRACK_IDS="4 6" ./inova-wait`