Skip to content

Elixir wrapper for the OneSignal API

License

Notifications You must be signed in to change notification settings

LeoLeiteSC/ex_signal

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ExSignal

Elixir wrapper for the OneSignal API.

Documentation can be found at https://hexdocs.pm/ex_signal.

Installation

  1. Add ex_signal to your list of dependencies in mix.exs:
def deps do
  [{:ex_signal, "~> 0.1.0"}]
end
  1. Add this to your config.exs:
config :ex_signal,
  app_id: "your app id",
  api_key: "your api key"

To make testing easier, you can also provide your own ExSignal.Client implementation:

# test.exs
config :ex_signal, client: ClientMock

About

Elixir wrapper for the OneSignal API

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Elixir 100.0%