monitor
monitor copied to clipboard
Community restock monitor template

A simple template for building restock monitors in Node.js
Prerequesites
- Node 14+
- Some basic TypeScript knowledge
- NPM & Yarn
- Docker (unless you want to install services locally)

Installation Instructions
- Clone the repo
git clone https://github.com/alii/monitorcd monitor
- Install dependencies
yarn
- Bootstrap services (with Docker)
docker-compose up -d
- Get started in development mode (hot reloading)
yarn dev