Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/courajs/anonymous_id


https://github.com/courajs/anonymous_id

Last synced: 1 day ago
JSON representation

Awesome Lists containing this project

README

        

# AnonymousId

**TODO: Add description**

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed as:

1. Add `anonymous_id` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[{:anonymous_id, "~> 0.1.0"}]
end
```

2. Ensure `anonymous_id` is started before your application:

```elixir
def application do
[applications: [:anonymous_id]]
end
```