Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 372 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 372 Bytes

Ktor Client + OpenWeatherMap API

This is a repository for the article about creating a Ktor client. It contains all required operations to connect to OpenWeatherMap (Current Weather, Weather Forecast, Air Pollution).

Instructions

    Run the main() function from Main.kt to start 3 requests designed in the guide.