Elixir Prowl v0.1.0 Prowl

Elixir application for sending notifications to Prowl (https://www.prowlapp.com/).

Summary

Functions

Sends a notification to the API with the parameters given. Responses will come in one of the following forms

Functions

notify(application, event, description, priority \\ 0, url \\ "")

Sends a notification to the API with the parameters given. Responses will come in one of the following forms:

{:ok, api_calls_remaining}

{:error, {error_code, error_message}}