Sends a scheduled notification on a Mattermost channel with a list of restaurants nearby.
Install dependencies:
npm installSetup your own configuration:
cp src/config/db.dist.ts src/config/db.ts
vim src/config/db.ts # Put your own webhooks
cp src/config/parameters.dist.ts src/config/parameters.ts
vim src/config/parameters.ts # Put your own configuration parametersAnd start the app:
npm run startLint:
npm run lintBuild:
npm run buildStart:
npm run startWatch:
npm run watch