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: 4 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 (over 6 years ago)
- Default Branch: development
- Last Pushed: 2019-05-28T10:28:58.000Z (about 6 years ago)
- Last Synced: 2024-07-30T21:05:21.394Z (12 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


**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

## 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/)