Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dukex/gcmex
Google Cloud Messaging client library for elixir
https://github.com/dukex/gcmex
Last synced: 20 days ago
JSON representation
Google Cloud Messaging client library for elixir
- Host: GitHub
- URL: https://github.com/dukex/gcmex
- Owner: dukex
- Created: 2015-10-12T01:55:11.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-12T05:27:38.000Z (about 9 years ago)
- Last Synced: 2024-11-15T20:07:29.520Z (27 days ago)
- Language: Elixir
- Homepage: http://hexdocs.pm/gcmex/0.0.1/
- Size: 137 KB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- freaking_awesome_elixir - Elixir - Google Cloud Messaging client library for elixir. (Third Party APIs)
- fucking-awesome-elixir - gcmex - Google Cloud Messaging client library for elixir. (Third Party APIs)
- awesome-elixir - gcmex - Google Cloud Messaging client library for elixir. (Third Party APIs)
README
# Gcmex
## Installation
1. Add gcmex to your list of dependencies in `mix.exs`:
def deps do
[{:gcmex, "~> 0.0.1"}]
end2. Ensure gcmex is started before your application:
def application do
[applications: [:gcmex]]
end
3. Set your google api key
config :gcmex, api_key: "xxxtestxxx"