Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ayan4m1/rpilocator-bot

Get email notifications about Raspberry Pi stock
https://github.com/ayan4m1/rpilocator-bot

raspberry-pi rpi rpilocator stock-checker utility

Last synced: 7 days ago
JSON representation

Get email notifications about Raspberry Pi stock

Awesome Lists containing this project

README

        

# rpilocator-bot

Notify yourself via email when a Raspberry Pi is available.

Uses [rpilocator.com](https://rpilocator.com/) - support them if you use this!

## Prerequisites

- Node.js >=16.x

## Setup

Use your favorite package manager to install dependencies:

> npm install

## Configuration

Create a configuration file from the default:

> cp .env.default .env

Now edit `.env` with your favorite text editor.

## Usage

Run the application locally with:

> node src/index.js

## Docker

To run the application using Docker, follow the Configuration section and then run:

> docker compose up -d