Skip to content
This repository has been archived by the owner on Oct 30, 2022. It is now read-only.

rmonteil/jeanfood

Repository files navigation

jeanfood

tests result

Sends a scheduled notification on a Mattermost channel with a list of restaurants nearby.

How to make it works?

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

Available commands

Lint:

npm run lint

Build:

npm run build

Start:

npm run start

Watch:

npm run watch

About

Where should I pick my lunch today?

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published