Commit 526329e8 authored by theopolisme's avatar theopolisme
Browse files

Merge branch 'master' into gh-pages

parents d2519e2b f661f0f8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# location-history-visualizer

**Available online: [theopolisme.github.io/location-history-visualizer]()**
**Available online: [theopolisme.github.io/location-history-visualizer](http://theopolisme.github.io/location-history-visualizer)**

A tool for visualizing your complete, consolidated, collected Google [Location History](https://google.com/locationhistory).

+11 −0
Original line number Diff line number Diff line
@@ -56,5 +56,16 @@
<script src="lib/leaflet.heat.min.js"></script>
<script src="lib/stream.js"></script>
<script src="index.js"></script>

<!-- Google Analytics -->
<script>
  (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  })(window,document,'script','//www.google-analytics.com/analytics.js','ga');

  ga('create', 'UA-55418641-1', 'auto');
  ga('send', 'pageview');
</script>
</body>
</html>