Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aditi3/weather-app-example
An application showcasing the weather for an entered city.
https://github.com/aditi3/weather-app-example
mvc-architecture swift weather
Last synced: 2 days ago
JSON representation
An application showcasing the weather for an entered city.
- Host: GitHub
- URL: https://github.com/aditi3/weather-app-example
- Owner: Aditi3
- Created: 2021-05-08T14:56:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-27T16:24:24.000Z (over 3 years ago)
- Last Synced: 2023-03-10T13:30:31.225Z (over 1 year ago)
- Topics: mvc-architecture, swift, weather
- Language: Swift
- Homepage:
- Size: 6.74 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🌦 Daily Weather
An application showcasing the weather for a entered city.
## 𝍌 Features
- On the Home page, enter the city name
- Fetch and Parse JSON for [RESTful API](https://openweathermap.org/current)
- On the Weather Detail Page, shows the city name, weather description, temperature, humidity, wind and precipitation
- Adds Logging, `// MARK:`, and Comments## 📱 Screenshots