https://github.com/hackvan/islands_engine
Exercise from Functional Web Development with Elixir, OTP and Phoenix book
https://github.com/hackvan/islands_engine
elixir otp phoenix
Last synced: 6 months ago
JSON representation
Exercise from Functional Web Development with Elixir, OTP and Phoenix book
- Host: GitHub
- URL: https://github.com/hackvan/islands_engine
- Owner: hackvan
- Created: 2020-12-18T15:24:40.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-10-05T20:18:47.000Z (about 3 years ago)
- Last Synced: 2025-03-28T13:21:16.671Z (9 months ago)
- Topics: elixir, otp, phoenix
- Language: Elixir
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IslandsEngine
**TODO: Add description**
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `islands_engine` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:islands_engine, "~> 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/islands_engine](https://hexdocs.pm/islands_engine).