Skip to content
This repository was archived by the owner on May 18, 2022. It is now read-only.
/ CIBWeather Public archive
forked from mitchwongho/CIBWeather

Sample app using the Dark Sky weather API

Notifications You must be signed in to change notification settings

polymorph001/CIBWeather

 
 

Repository files navigation

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>

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%