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
- Host: GitHub
- URL: https://github.com/christopherlai/hustle
- Owner: christopherlai
- Created: 2022-08-05T03:32:10.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-08-05T03:34:11.000Z (almost 3 years ago)
- Last Synced: 2025-02-08T06:45:36.226Z (5 months ago)
- Topics: elixir, elixir-lang, push-notifications, web-notifications
- Language: Elixir
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
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