Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lenra-io/event-queue
https://github.com/lenra-io/event-queue
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/lenra-io/event-queue
- Owner: lenra-io
- License: mit
- Created: 2021-08-11T12:34:44.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-23T07:56:34.000Z (almost 3 years ago)
- Last Synced: 2023-03-06T04:00:07.159Z (almost 2 years ago)
- Language: Elixir
- Size: 13.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EventQueue
**TODO: Add description**
## Installation
The package is curently not available in hexpm. It will be in near future.
In the meantime you can add it to dependancies using git deps
```elixir
def deps do
[
{:event_queue, git: "[email protected]:LenraOfficial/event-queue.git", tag: "v.y.z"}
]
end
```