Taiwan reservoir water level visualization.
Reservoir data is updated daily via a GitHub Actions workflow that scrapes the latest data from the government website using TaiwanReservoirAPI.
To update manually:
- Start the API server:
cd TaiwanReservoirAPI && node app.js - Run the update script:
python3 update_data.py
Thanks to washwashsleep members for TaiwanReservoirAPI.
MIT