mathcarignani / parse_push_notification

Parse Push Notification

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Parse Push Notification

Easy way to send push notifications with Parse

Instalation

Add this line to your application's Gemfile:

gem 'parse_push_notification'

Usage

Example:

push = ParsePushNotification::Push.new(PARSE_APP_ID, PARSE_REST_API_KEY)
push.alert = 'Hello world!'
push.send

About

Parse Push Notification


Languages

Language:Ruby 100.0%