From 120562e1d68cf9b072d30b37c2d6e219e81aeb2e Mon Sep 17 00:00:00 2001 From: Matt Baer Date: Wed, 18 Feb 2015 00:48:28 -0500 Subject: [PATCH] How `where` works explanation --- templates/where.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/where.html b/templates/where.html index 84ae6a3..503426b 100644 --- a/templates/where.html +++ b/templates/where.html @@ -49,6 +49,10 @@

All users - full map | data

+

How does it work?

+

Every 15 minutes this program runs `who --ips` and looks up geo info on any IPs it can, hits Google's geocode API to get some more general coordinates, which adds to this data for this map, and then generates the page you see here.

+

You can see for yourself in the GitHub project, where contributions are welcome!

+