Skip to content

An Elixir GNTP (Growl Network Transport Protocol) library

License

Notifications You must be signed in to change notification settings

atomic-fads/growlex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Growlex

An Elixir GNTP library.

Examples

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!!!")

Installation

If available in Hex, the package can be installed as:

  1. Add growlex to your list of dependencies in mix.exs:

    def deps do [{:growlex, "~> 0.0.1"}] end

  2. Ensure growlex is started before your application:

    def application do [applications: [:growlex]] end

TODO

  • Tests
  • Hex docs

Copyright and License

Copyright (c) 2016, Atomic Fads LLC.

Plasm source code is licensed under the Apache 2 License (see LICENSE.md).

About

An Elixir GNTP (Growl Network Transport Protocol) library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages