Notify yourself via email when a Raspberry Pi is available.
Uses rpilocator.com - support them if you use this!
- Node.js >=16.x
Use your favorite package manager to install dependencies:
npm install
Create a configuration file from the default:
cp .env.default .env
Now edit .env
with your favorite text editor.
Run the application locally with:
node src/index.js
To run the application using Docker, follow the Configuration section and then run:
docker compose up -d