Fathom Lite. Simple, privacy-focused website analytics. Built with Golang & Preact. https://usefathom.com/
Go to file
Danny van Kooten acd9e99855 compare period totals to previous period and show % diff 2016-11-26 17:40:37 +01:00
api remove 'period' query parameter in favor of before & after 2016-11-26 17:19:15 +01:00
assets compare period totals to previous period and show % diff 2016-11-26 17:40:37 +01:00
core get secret & db creds from environment (file) 2016-11-25 16:30:38 +01:00
db add country flags to country overview 2016-11-26 16:17:52 +01:00
models add visitor graph 2016-11-22 17:03:29 +01:00
views use gorilla mux for routing 2016-11-22 20:57:16 +01:00
.babelrc get secret & db creds from environment (file) 2016-11-25 16:30:38 +01:00
.env.example get secret & db creds from environment (file) 2016-11-25 16:30:38 +01:00
.gitignore get secret & db creds from environment (file) 2016-11-25 16:30:38 +01:00
LICENSE add async tracking snippet with command queue exampel 2016-11-25 16:03:47 +01:00
README.md compare period totals to previous period and show % diff 2016-11-26 17:40:37 +01:00
ROADMAP.md compare period totals to previous period and show % diff 2016-11-26 17:40:37 +01:00
ana.go add widget component for totals per period 2016-11-26 15:39:29 +01:00
gulpfile.js add country flags to country overview 2016-11-26 16:17:52 +01:00
makefile split-up in multiple file & basic app structure 2016-11-21 13:24:50 +01:00
package.json rewrite mithril to react 2016-11-23 19:40:35 +01:00
yarn.lock rewrite mithril to react 2016-11-23 19:40:35 +01:00

README.md

Ana. Open Source Web Analytics.

This is nowhere near being usable, let alone stable. Treat as a proof of concept.

Screenshot of the Ana dashboard

Usage

<!-- Ana tracker -->
<script>
(function(d, w, u, o){
	w[o]=w[o]||function(){
		(w[o].q=w[o].q||[]).push(arguments)
	};
	a=d.createElement('script'),
	m=d.getElementsByTagName('script')[0];
	a.async=1;
	a.src=u;
	m.parentNode.insertBefore(a,m)
})(document, window, '//ana.dev/tracker.js', 'ana');
ana('setTrackerUrl', '//ana.dev/collect');
ana('trackPageview');
</script>
<!-- / Ana tracker -->