Archives market's data, checks if values change over limit and sends notifications to discord.
- Node.js v16+
- MongoDB v4+
npm install
Before running, copy .env.example
file as .env
and set it up.
cp .env.example .env
Set up config at check.constants.js
.
Each field corresponds to value that will be checked. Each field value is limit in percents to trigger checker service exception.
npm run start