A simple mobile app created with xamarin which shows you the weather.
Before you try to run the application or work with it you need two API keys. These keys need to be set in the Data.Secrets class.
API Keys:
- OpenWeatherAPI: You can get this key at openweathermap.org/api
- Google-Places API: This API requires a few more steps. A tutorial can be found at Setting up in the Google Cloud Console
The APIs are both free to use (to a ceratin degree). I will not provide API keys for this project for obvious reasons.