From baf2af9bbf186aa031f1fc9d64a9d9444ac9c803 Mon Sep 17 00:00:00 2001 From: Samer Albahra Date: Sat, 4 Jul 2015 15:53:59 -0500 Subject: [PATCH] Remove privacy disclaimer from readme No longer collecting data to Google Analytics --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index e391c7c..d8aee5e 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,3 @@ The production version runs on Amazon Elastic Beanstalk (AWS EB) and therefore t **routes/*.js** contains all the endpoints for the API service. Currently, only one exists for weather adjustment. **models/*.js** contains all the database models used by the routes. Currently, only one exists to manage weather cache data. - -## Privacy - -The script does use Google Analytics to collect anonymous data regarding each query such as the firmware of the device querying, the location entered in the device options, and result of the weather adjustment. These are used to improve the accuracy of location resolution and precision of weather adjustments.