This project is an evaluation project for ITI Android in kotlin course.
- Clone the repo locally
- In
local.properties
provide:- Weather API key for 2.5 One call (obtainable from OpenWeather)
- Google Cloud Platform (GCP) Maps API key (obtainable from GCP)
- Insert the keys as such:
MAPS_API_KEY=INSERT_YOUR_KEY_HERE
WEATHER_API_KEY=INSERT_YOUR_KEY_HERE
- Sync gradle and run the
app
module.