mouEsam / fine_weather

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fine_weather

This project is an evaluation project for ITI Android in kotlin course.

Steps to run:

  1. Clone the repo locally
  2. In local.properties provide:
    1. Weather API key for 2.5 One call (obtainable from OpenWeather)
    2. Google Cloud Platform (GCP) Maps API key (obtainable from GCP)
  3. Insert the keys as such:
MAPS_API_KEY=INSERT_YOUR_KEY_HERE
WEATHER_API_KEY=INSERT_YOUR_KEY_HERE
  1. Sync gradle and run the app module.

About


Languages

Language:Kotlin 100.0%