Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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.


Screenshot of Weather Forecast App for iOS

## 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)