Simple Elixir analytics to replace Google Analytics
Find a file
Mikko Ahlroth fd80c46ca1 Hopefully fix getting referrer from wrong place
Referrer must be sent with JS as obviously when sending the request the
referrer is the sending page, not the original referrer.
2018-06-29 10:32:37 +03:00
config Add distillery release functionality 2018-06-28 23:45:13 +03:00
lib Hopefully fix getting referrer from wrong place 2018-06-29 10:32:37 +03:00
priv Update UA database 2018-06-28 12:36:19 +03:00
rel Add distillery release functionality 2018-06-28 23:45:13 +03:00
static Hopefully fix getting referrer from wrong place 2018-06-29 10:32:37 +03:00
test Initial commit 2018-06-09 21:09:30 +03:00
.formatter.exs Initial commit 2018-06-09 21:09:30 +03:00
.gitignore Add tester page for localhost development 2018-06-28 12:35:38 +03:00
LICENSE Add license 2018-06-11 23:56:59 +03:00
mix.exs Add distillery release functionality 2018-06-28 23:45:13 +03:00
mix.lock Add distillery release functionality 2018-06-28 23:45:13 +03:00
package-lock.json Add rudimentary tracking script and uglify to smallinize it 2018-06-11 23:58:13 +03:00
package.json Add tester page for localhost development 2018-06-28 12:35:38 +03:00
README.md Initial commit 2018-06-09 21:09:30 +03:00

Tilastokeskus

TODO: Add description

Installation

If available in Hex, the package can be installed by adding tilastokeskus to your list of dependencies in mix.exs:

def deps do
  [
    {:tilastokeskus, "~> 0.1.0"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/tilastokeskus.