Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/courajs/anonymous_id
https://github.com/courajs/anonymous_id
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/courajs/anonymous_id
- Owner: courajs
- Created: 2016-12-14T22:21:02.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-14T22:21:17.000Z (about 8 years ago)
- Last Synced: 2024-11-07T08:46:20.756Z (about 2 months ago)
- Language: Elixir
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```