Sender for scheduled push notifications and recurring push campaigns through Parse.
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.