Returns the current weather and forecast for the next 5 days, default location is NYC,
press the button to use your current location.
The app uses the weather_util_rust library which pulls data from openweathermap.org and adds caching.
The buttons are controlled by a wasm frontend, which stores history in local storage.