Sends a scheduled notification on a Mattermost channel with a list of restaurants nearby.
Install dependencies:
npm install
Setup 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 parameters
And start the app:
npm run start
Lint:
npm run lint
Build:
npm run build
Start:
npm run start
Watch:
npm run watch