Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Spiralka/WeatherApp
This's my first step in development (not really)
https://github.com/Spiralka/WeatherApp
ios swift weather-app xcode
Last synced: 3 months ago
JSON representation
This's my first step in development (not really)
- Host: GitHub
- URL: https://github.com/Spiralka/WeatherApp
- Owner: Spiralka
- License: mit
- Created: 2018-12-12T14:30:37.000Z (about 6 years ago)
- Default Branch: development
- Last Pushed: 2019-05-28T10:28:58.000Z (over 5 years ago)
- Last Synced: 2024-07-30T21:05:21.394Z (5 months ago)
- Topics: ios, swift, weather-app, xcode
- Language: Swift
- Size: 1.8 MB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WeatherApp
![FVCproductions](https://i.imgur.com/6shOfN1.jpg)
![Language](https://img.shields.io/badge/language-Swift%205-orange.svg)
![License](https://img.shields.io/github/license/JakeLin/SwiftWeather.svg?style=flat)**WeatherApp** is my "HelloWorld" project on GitHub. I tried to make it without third-party libraries. The project was made for learning Codable Protocols, URLComponents and CoreLocation.
## Screenshots
![FVCproductions](https://i.imgur.com/5WYh22b.jpg)
![FVCproductions](https://i.imgur.com/0ArebmD.jpg)## Installation
1. Clone or download files:
```bash
git clone https://github.com/Spiralka/WeatherApp.git
```
2. Open WeatherApp.xcodeproj## Requirements
* iOS 12.1
* xCode 10.1## API
I used [Openweathermap](https://openweathermap.org/) to get weather data.Get your own API key [here](https://openweathermap.org/api).
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.## License
[MIT](https://choosealicense.com/licenses/mit/)