Building Multiplatform Weather App using KMM : Part 2 — Fetching Data

Andrea
3 min readNov 26, 2023

We already had project setup & UI for each platform from Part 1. It is now time to display the real data that we fetch from our API source. The weather data will be taken from https://api.openweathermap.org/. It is a free source but we still need to register to get API Key.

--

--