Armay2 / iSunny

This is basic SwiftUI weather app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iSunny - Weather App

iSunny is a weather application that provides accurate and up-to-date information about the weather. With a sleek and user-friendly design, iSunny is the perfect tool for staying on top of the weather conditions wherever you are.

Features

  • Current weather conditions for selected location, including temperature, wind speed, and humidity.
  • Hourly forecasts.
  • Detailed information about the weather and UV index.
  • Ability to add multiple locations and switch between them.
  • Dark mode support for easier nighttime use.

Data Source

iSunny uses OpenWeather API for weather data. To use the app, you will need to provide your own API key.

Screenshots

Screenshot 1 Screenshot 2 Screenshot 3

Installation

To install iSunny on your iOS device, follow these steps:

  1. Download the latest version of Xcode from the App Store.
  2. Clone the repository to your local machine: git clone https://github.com/your-username/iSunny.git
  3. Open the project in Xcode.
  4. Connect your iOS device to your computer.
  5. Select your device as the build target in Xcode.
  6. Click the "Run" button to install iSunny on your device.

Usage

To add a new location, tap the "Add Location" button and enter the name of the city or town you want to add. You can switch between locations by tapping on the location name.

Contributing

We welcome contributions to iSunny! If you would like to contribute, please follow these steps:

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

License

iSunny is released under the MIT license. See LICENSE for more information.

About

This is basic SwiftUI weather app

License:Apache License 2.0


Languages

Language:Swift 100.0%