UrlRegister
This application tracks URL visits and gathers the data to Redis.
Installation
The package can be installed by adding url_register to your list of dependencies in mix.exs:
def deps do
[
{:url_register, "~> 0.1.1"}
]
end
Or you can git clone it and run via mix run --no-halt.
It is necessary to start Redis, e.g. docker-compose up -d
API specs
License
This project is licensed under the MIT License - see the LICENSE file for details