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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Weather Forecast

Swift 4 Twitter: @vinothvino42

Get the current weather forecast for your favourite places.

Screenshot of Weather Forecast App for iOS

Setup

1. OpenWeatherMap

  • Create an account in OpenWeatherMap
  • 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
  • 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

About

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.

License:Apache License 2.0


Languages

Language:Swift 89.3%Language:Shell 9.2%Language:Objective-C 1.3%Language:Ruby 0.2%