Skip to content

AmpMe/parse-server-scheduled-pusher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parse Scheduled Pusher

Sender for scheduled push notifications and recurring push campaigns through Parse.

Relevant docs:

Running:

  • git clone https://github.com/AmpMe/parse-server-scheduled-pusher.git
PARSE_APPLICATION_ID='' \
PARSE_JAVASCRIPT_KEY-'' \
PARSE_MASTER_KEY='' \
PARSE_URL='' \
PARSE_MESSAGE_QUEUE_ADAPTER='' \
PARSE_PUSH_CHANNEL='' \
  npm start

PARSE_MESSAGE_QUEUE_ADAPTER can be one of @parse/sqs-mq-adapter, parse-server-gcloud-pubsub, or an equivalent implementation.