README.md

# Hustle

Hustle is a library for sending browser based web push notifications. Currently only supports Firefox.

## Installation

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

```elixir
def deps do
  [
    {:hustle, "~> 0.1.0"},
    {:jason, "~> 1.3"},
    {:hackney, "~> 1.18"},
end
```

## TODOs
- [] Add Tests
- [] Add Chrome support
- [] Add Safari support