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

https://github.com/christopherlai/hustle

Elixir Web Push Notifications Library
https://github.com/christopherlai/hustle

elixir elixir-lang push-notifications web-notifications

Last synced: 5 months ago
JSON representation

Elixir Web Push Notifications Library

Awesome Lists containing this project

README

        

# 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
- [ ] Include `README.md` for Hex.pm package
- [ ] Write example guide