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.
- 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.
iSunny uses OpenWeather API for weather data. To use the app, you will need to provide your own API key.
To install iSunny on your iOS device, follow these steps:
- Download the latest version of Xcode from the App Store.
- Clone the repository to your local machine:
git clone https://github.com/your-username/iSunny.git
- Open the project in Xcode.
- Connect your iOS device to your computer.
- Select your device as the build target in Xcode.
- Click the "Run" button to install iSunny on your device.
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.
We welcome contributions to iSunny! If you would like to contribute, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b my-feature-branch
- Make your changes and commit them:
git commit -am 'Add new feature'
- Push to the branch:
git push origin my-feature-branch
- Create a new pull request.
iSunny is released under the MIT license. See LICENSE for more information.