From f7e00598f5e7192f487d240c326ebad51cc31be9 Mon Sep 17 00:00:00 2001 From: Protino Date: Wed, 1 Mar 2017 01:19:14 +0530 Subject: [PATCH] FIX README --- README.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index f65e450..f266205 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Go-Ubiquitous ============= * [About](#about) -* [Build configuration](#build-configurations) +* [Build Configuration](#build-configurations) * [Screenshots](#screenshots) * [Checklist](#checklist) * [License](#license) @@ -28,15 +28,18 @@ What Will I Learn? ``` -### Build configuration +### Build Configuration 1. Clone the repository. 2. Add google-services.json created by firebase console. 3. Create gradle.properties in the root folder. 4. Initialize the following variables in the file. - `MyOpenWeatherMapApiKey = "[YOUR_API_KEY_HERE]"` - `MyGeoApiKey = "[YOUR_API_KEY_HERE]"` + ``` + MyOpenWeatherMapApiKey = "[YOUR_API_KEY_HERE]" + MyGeoApiKey = "[YOUR_API_KEY_HERE]" + ``` + You can get an API_KEY from Open Weather Map To test the wearable app you can use refresh menu item in the main activity, which sends data item to the wearable. @@ -50,7 +53,7 @@ What Will I Learn?

-App Gif +App Gif

### Checklist @@ -60,7 +63,7 @@ What Will I Learn? - [x] Code UI reflecting mocks. - [x] Display dummy data. - [x] Fetch real data from phone and display it. - - [ ] Add configuration to change background. `Partially complete`. + - [ ] Add configuration to change background. (`Partially complete`). - [x] Make battery saving optimizations. - [x] Test for rubric specifications. - [x] Implement listener on phone and make wearable request data on startup.