Popularity
1.5
Declining
Activity
0.0
Stable
7
2
1

Monthly Downloads: 0
Programming language: Elixir
License: MIT License
Tags: Third Party APIs    

gcmex alternatives and similar packages

Based on the "Third Party APIs" category.
Alternatively, view gcmex alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of gcmex or a related project?

Add another 'Third Party APIs' Package

README

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"