NodeJS version of barbora-delivery-spot-alert with push notification support
Usage:
yarn
- Put barbora.lt cookie to
COOKIE
variable in.env
file. - Select your preferred delivery or pickup address in barbora.lt.
- (Optional) To receive push notifications, set FCM server key and device token to
FCM_SERVER_KEY
andFCM_TOKEN
variables in.env
. - (Optional) To only get notified of times earlier than some date, set
LATEST_DELIVERY_INTERVAL_IN_DAYS
in.env
. yarn start