-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
402d411
commit d3a179c
Showing
1 changed file
with
64 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
# WeatherApp | ||
|
||
Application with fetching weather data by coordinates and cities. ☀️🌦💨🌧⚡️ <br /> | ||
I used URLSeesion, and Alamofire for comparison, and manually JSON parsing for understanding of decode method working. <br /> | ||
|
||
People can know current weather in every city. <br /> | ||
Application supports light/dark mode appearance. | ||
|
||
|
||
<div align="center"> | ||
|
||
[![iOS](https://img.shields.io/badge/iOS-15.5-blue)](https://www.apple.com/ru/ios/ios-15/) | ||
[![Swift](https://img.shields.io/badge/Swift-5.5-orange)](https://developer.apple.com/documentation/swift) | ||
[![UIKit](https://img.shields.io/badge/UIKit-%20LTS-yellowgreen)](https://developer.apple.com/documentation/uikit) | ||
[![Alamofire](https://img.shields.io/badge/Alamofire-5.6.2-important)](https://github.com/Alamofire/Alamofire) | ||
[![OpenWeatherAPI](https://img.shields.io/badge/OpenWeatherAPI-orange)](https://openweathermap.org/api) | ||
|
||
</div> | ||
|
||
## Table of Contents | ||
|
||
- [Demo](#demo) | ||
|
||
- [Tech stack](#tech-stack) | ||
|
||
- [License](#copyright) | ||
|
||
## Demo | ||
|
||
### Initial launch | ||
<div align="center"> | ||
|
||
![output 4](https://user-images.githubusercontent.com/56549889/181127284-6b410925-5222-4603-bef2-9e13abdb1546.gif) | ||
|
||
</div> | ||
|
||
### Getting weather by city | ||
<div align="center"> | ||
|
||
![output 6](https://user-images.githubusercontent.com/56549889/181127344-fd99c9df-7ef6-4ae7-b273-aa5749e0917e.gif) | ||
|
||
|
||
</div> | ||
|
||
### Animation before updating data | ||
<div align="center"> | ||
|
||
![output 5](https://user-images.githubusercontent.com/56549889/181127393-6d270df9-96ea-48db-9518-e9cd1dfd7c17.gif) | ||
![output 7](https://user-images.githubusercontent.com/56549889/181127469-999b8ace-19d4-4a0b-9d3c-afab9610fb52.gif) | ||
|
||
|
||
</div> | ||
|
||
## Tech Stack | ||
|
||
* Swift | ||
* UIKit | ||
* Alamofire | ||
* OpenWeatherAPI | ||
* Core Location | ||
|
||
## Copyright | ||
|
||
Copyright © 2022 by [Felix Titov](https://github.com/filtitov2001) |