README.md

# GenTimer

Timer Application, broadcasts `{:tick, state}` to topic subscribers every 1 second for specified duration.

## Installation

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

```elixir
def deps do
  [
    {:vt_gen_timer, "~> 0.1.0"}
  ]
end
```

## TODO

-[ ] Add explicit config for pubsub name??

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/gen_timer](https://hexdocs.pm/gen_timer).