Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/boddepallyvenkatesh06/weather_forecast_master
Weather-Forecast-master is a GitHub repository containing code for a weather forecasting application. It likely provides weather data retrieval, display, and potentially advanced features for users.
https://github.com/boddepallyvenkatesh06/weather_forecast_master
api-integration customization data-retrieval documentation forecast-display graphical-visualization location-services responsive-design user-interface
Last synced: 17 days ago
JSON representation
Weather-Forecast-master is a GitHub repository containing code for a weather forecasting application. It likely provides weather data retrieval, display, and potentially advanced features for users.
- Host: GitHub
- URL: https://github.com/boddepallyvenkatesh06/weather_forecast_master
- Owner: BoddepallyVenkatesh06
- License: apache-2.0
- Created: 2023-08-31T17:06:19.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-31T17:09:32.000Z (over 1 year ago)
- Last Synced: 2023-09-01T12:11:33.408Z (over 1 year ago)
- Topics: api-integration, customization, data-retrieval, documentation, forecast-display, graphical-visualization, location-services, responsive-design, user-interface
- Language: Swift
- Homepage:
- Size: 6.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Weather Forecast
[![Swift 4](https://img.shields.io/badge/Swift-4.0-orange.svg)](https://swift.org)
[![Twitter: @vinothvino42](https://img.shields.io/badge/Contact-Twitter-blue.svg?style=flat)](https://twitter.com/vinothvino42)Get the current weather forecast for your favourite places.
## Setup
### 1. OpenWeatherMap
* Create an account in [OpenWeatherMap](https://openweathermap.org)
* Generate a new `API Key`.
* Copy and paste the generated `API Key` in `API_KEY` property of `WeatherForecastVC` View Controller.### 2. Google Places API
* To setup google places api for your project. Go to [Places SDK for iOS](https://developers.google.com/places/ios-sdk/start)
* Then copy and paste the `API KEY` in `GMSPlacesClient.provideAPIKey("PASTE YOUR API KEY HERE")` to your AppDelegate file.
* Then build and run the project.## Compatibility
This project is written in Swift 4 and requires Xcode 9.1 to build and run.
## Author
* [Vinoth Vino](https://twitter.com/vinothvino42)