From 9aa23d27ddd868bff8250f06e14922d8561aebdf Mon Sep 17 00:00:00 2001 From: Anson Biggs Date: Wed, 11 Dec 2019 01:52:14 +0000 Subject: [PATCH] Update heatmap.html, .gitlab-ci.yml, README.md files --- .gitlab-ci.yml | 13 ++++++++++ README.md | 1 + heatmap.html | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 84 insertions(+) create mode 100644 .gitlab-ci.yml create mode 100644 heatmap.html diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..95e2353 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,13 @@ +# This file is a template, and might need editing before it works on your project. +# Full project: https://gitlab.com/pages/plain-html +pages: + stage: deploy + script: + - mkdir .public + - cp -r * .public + - mv .public public + artifacts: + paths: + - public + only: + - master diff --git a/README.md b/README.md index 7bdcc41..758300e 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # anson-heatmap +Using a modified version of [Geo Heatmap](https://github.com/luka1199/geo-heatmap) and location data from Google Takeout I was able to generate this map of everywhere I've been down to the millisecond. Thank you Google for datahoarding to an almost *disgusting* extent. diff --git a/heatmap.html b/heatmap.html new file mode 100644 index 0000000..7b4ec8a --- /dev/null +++ b/heatmap.html @@ -0,0 +1,70 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ + + \ No newline at end of file