https://github.com/pyropy/scrumpoker-game-server
Scrumpoker Game Server used to drive Scrumpoker Phoenix app. 🐦🔥⚗
https://github.com/pyropy/scrumpoker-game-server
elixir elixir-lang scrumpoker
Last synced: 11 months ago
JSON representation
Scrumpoker Game Server used to drive Scrumpoker Phoenix app. 🐦🔥⚗
- Host: GitHub
- URL: https://github.com/pyropy/scrumpoker-game-server
- Owner: pyropy
- Created: 2020-11-26T20:52:23.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-14T18:23:02.000Z (about 5 years ago)
- Last Synced: 2024-05-28T17:07:41.298Z (about 2 years ago)
- Topics: elixir, elixir-lang, scrumpoker
- Language: Elixir
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scrumpoker
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `scrumpoker` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:scrumpoker, "~> 0.1.0"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at [https://hexdocs.pm/scrumpoker](https://hexdocs.pm/scrumpoker).