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

https://github.com/eltonsantos/fizz_buzz

Project developed in course: https://www.udemy.com/course/elixir-e-phoenix-do-zero/
https://github.com/eltonsantos/fizz_buzz

elixir

Last synced: 21 days ago
JSON representation

Project developed in course: https://www.udemy.com/course/elixir-e-phoenix-do-zero/

Awesome Lists containing this project

README

          

# FizzBuzz

**TODO: Add description**

## Installation

If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `fizz_buzz` to your list of dependencies in `mix.exs`:

```elixir
def deps do
[
{:fizz_buzz, "~> 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/fizz_buzz](https://hexdocs.pm/fizz_buzz).