Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 527 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 527 Bytes

Weather-App

weather app with api

Built-in API request by city name

You can call by city name or city name in English: Bucharest Almaty Prague Prague Malaga Nairobi Munich Alaska New York

The app utilizes an asynchronous function to fetch data from the API.

The weather icon will change depending on the weather conditions.

The typical switch statement was changed to an if statement to include more options

weatherapp.mp4