Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/halilozel1903/weatherapp
It is an iOS application that shows current weather conditions. âī¸ đ§ī¸ âī¸ âī¸
https://github.com/halilozel1903/weatherapp
apple ios ios-app ios-demo ios17 iosdeveloper iosdevelopment openweather-api openweather-demo openweathermap-api swift swift-demo swift5 weather weather-api weather-app weather-forecast weatherapp
Last synced: 4 days ago
JSON representation
It is an iOS application that shows current weather conditions. âī¸ đ§ī¸ âī¸ âī¸
- Host: GitHub
- URL: https://github.com/halilozel1903/weatherapp
- Owner: halilozel1903
- Created: 2018-08-05T19:59:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-12-03T13:33:54.000Z (12 months ago)
- Last Synced: 2024-05-02T02:10:11.349Z (7 months ago)
- Topics: apple, ios, ios-app, ios-demo, ios17, iosdeveloper, iosdevelopment, openweather-api, openweather-demo, openweathermap-api, swift, swift-demo, swift5, weather, weather-api, weather-app, weather-forecast, weatherapp
- Language: Swift
- Homepage:
- Size: 182 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Weather Forecast App âī¸ đ¤ī¸ â ī¸ đĨī¸ âī¸ đĻī¸ đ§ī¸ âī¸ đŠī¸ đ¨ī¸ âī¸
![Weather App](https://i.ytimg.com/vi/MdIfZJ08g2I/maxresdefault.jpg)
- It's an iOS application that shows real-time weather conditions.
- It is a project written in Swift-5.9.
- There is support for iOS 17.
- Weather data is retrieved using OpenWeather API.
- API: https://openweathermap.org/api
- Structures such as API and JSON were used.
- Components such as Table View, Text Field, Label and Button were used in the design part.## Screenshots đŧ
## Donation đ¸
If this project help đ you to develop, you can give me a cup of coffee. â
[!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/halilozel1903)
## License âšī¸
```
MIT LicenseCopyright (c) 2023 Halil OZEL
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
```