An Elixir GNTP library.
notifications = [
[name: "success", enabled: true],
[name: "failed", enabled: true]
]
Growlex.register(app_name: "My Awesome App", notifications: notifications)
Growlex.notify(name: "success", title: "WOOOOOOOO", text: "YEAAAAAAAAA!!!")
If available in Hex, the package can be installed as:
-
Add growlex to your list of dependencies in
mix.exs
:def deps do [{:growlex, "~> 0.0.1"}] end
-
Ensure growlex is started before your application:
def application do [applications: [:growlex]] end
- Tests
- Hex docs
Copyright (c) 2016, Atomic Fads LLC.
Plasm source code is licensed under the Apache 2 License (see LICENSE.md).