Skip to content
This repository was archived by the owner on May 18, 2022. It is now read-only.

Latest commit

 

History

History
9 lines (7 loc) · 463 Bytes

File metadata and controls

9 lines (7 loc) · 463 Bytes

Sample weather app using Dark Sky API

Project setup

This project makes use of two services: Google Places API (https://developers.google.com/places/android-api/) and Dark Sky weather API (https://darksky.net/dev/). In order to build & run this project, you'll need to register for an API key for the respective APIS and apply them to your local.properties file as follows:

places.api.key=<GOOGLE PLACES API KEY>
darksky.api.key=<DARKSKY API KEY>