Skip to content

A simple application to forecast the wether built for iOS entirely with Swift code.

Notifications You must be signed in to change notification settings

AndreDrummer/weather-forecast-1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kronika - Weather Forecast App

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.

Table of Contents

Screenshots

Splashscreen Day View Night View
Splashscreen Splashscreen Splashscreen

Features

  • Real-time weather updates
  • Current Temperature
  • Humidity
  • Wind Speed
  • Hourly Forecasts
  • Daily Forecasts

Installation

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"

Contributing

To contribute, follow these steps:

  1. Fork this repository.
  2. Create a branch: git checkout -b feature-name.
  3. Make your changes and commit them: git commit -m 'Add some feature'.
  4. Push to the branch: git push origin feature-name.
  5. Submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgements

About

A simple application to forecast the wether built for iOS entirely with Swift code.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages