Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 855 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 855 Bytes

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.