Packages

Insights is a wrapper for sending and data capture for keen.io or others adapters

Current section

Files

Jump to
insights README.md
Raw

README.md

Insights
========
## Requirements
- Install [azk][azk-install]
[azk-install]: http://docs.azk.io/en/installation/
## Install/Update dependencies
Run all test:
```shell
$ azk shell -- mix do deps.get, compile
```
## Test
- Run all test:
```shell
$ azk shell -- mix test
# or
$ azk shell
mix test
```