This project is a native mobile application designed in Swift with UIKit. Kronika helps users plan their day and stay prepared for any weather conditions.
Splashscreen | Day View | Night View |
---|---|---|
- Real-time weather updates
- Current Temperature
- Humidity
- Wind Speed
- Hourly Forecasts
- Daily Forecasts
To install the project, follow these steps:
git clone https://github.com/AndreDrummer/weather-forecast-1.git
cd weather-forecast-1
open weather-forecast-1.xcodeproj/
Now, go to Open Weather Site, create an account and get your own API key to use.
Your must insert your API Key in the file weather-forecast-1/Connector/API.swift
:
/// Uncomment the following line and provide a valid OpenWeather API key.
// private let apiKey: String = "YOUR-API-KEY"
To contribute, follow these steps:
- Fork this repository.
- Create a branch:
git checkout -b feature-name
. - Make your changes and commit them:
git commit -m 'Add some feature'
. - Push to the branch:
git push origin feature-name
. - Submit a pull request.
This project is licensed under the MIT License. See the LICENSE file for details.
- Thanks to Attekita Dev for enlightening us with her knowledge and teaching skills.
- Inspired by weather-forecast-app.