Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 538 Bytes

File metadata and controls

11 lines (8 loc) · 538 Bytes

Weather App

This sample Android app lets you type a city name and fetch the current conditions using the free Open-Meteo APIs.

How it works

  • The app geocodes the city name to coordinates with the Open-Meteo geocoding endpoint.
  • It then retrieves the current weather for that location and displays temperature, wind speed, and the last update time.

Notes

  • The app requires internet access to call the APIs (see AndroidManifest.xml).
  • No API key is needed for the Open-Meteo endpoints used here.