A simple notification system
Clone the repo. Install dependencies:
npm ci
After this is done, run the application in watch mode
npm run start-watch
Notifier is very simple::
- Send notifications to devices using firebase push service
We provide a docker compose to quickly have notifier up and running.
docker-compose up
Run the test suite with the following command:
npm test
MIT