Reads Automated Surface Observation Station (ASOS) data from an API and visualizes the data on a map and bar charts.
Part of the AROSS Stations project.
Important
The database and API must be running on
localhost
.
Required Docker for quickstart. For development, requires NodeJS >=20.
docker compose up --pull=always --detach
Visit the running application at http://localhost:80
.