Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/ayan4m1/rpilocator-bot
- Owner: ayan4m1
- License: mit
- Created: 2023-02-17T01:32:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-19T05:57:04.000Z (9 months ago)
- Last Synced: 2024-10-10T00:15:00.506Z (28 days ago)
- Topics: raspberry-pi, rpi, rpilocator, stock-checker, utility
- Language: JavaScript
- Homepage:
- Size: 171 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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