Atmos is an iOS WeatherApp
that uses Openweathermap API and Geocode API to fetch the location and weather and build with SwiftUI.
Models created with Quicktype
Gradient Animations inspired from AppCoda
Atmos/Network
├── Environment
│ └── NetworkEnvironment.swift
├── NetworkManager.swift
├── Request
│ ├── CodingStrategy.swift
│ ├── HTTPMethod.swift
│ └── NetworkRequest.swift
└── Service
├── LocationService.swift
└── WeatherService.swift
- SwiftUI
- REST API
- JSON & Codable
- MVVM
- Observation Framework
- A Mac running macOS Sonoma
- Xcode 15.0
- Clone or download the project to your local machine
- Open the project in Xcode 15.0
- Click the run button and run on simulator