dukex / gcmex

Google Cloud Messaging client library for elixir

Home Page: http://hexdocs.pm/gcmex/0.0.1/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gcmex

Installation

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

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

  2. Ensure gcmex is started before your application:

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

  3. Set your google api key

    config :gcmex, api_key: "xxxtestxxx"

About

Google Cloud Messaging client library for elixir

http://hexdocs.pm/gcmex/0.0.1/


Languages

Language:Elixir 100.0%