Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alii/monitor
Community restock monitor template
https://github.com/alii/monitor
monitor react realtime restock shopify sockets supreme
Last synced: 2 months ago
JSON representation
Community restock monitor template
- Host: GitHub
- URL: https://github.com/alii/monitor
- Owner: alii
- Created: 2020-03-13T07:55:19.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T09:45:08.000Z (almost 2 years ago)
- Last Synced: 2024-10-23T11:42:12.141Z (2 months ago)
- Topics: monitor, react, realtime, restock, shopify, sockets, supreme
- Language: TypeScript
- Homepage: https://discord.gg/WrhMH2g
- Size: 4.29 MB
- Stars: 80
- Watchers: 11
- Forks: 4
- Open Issues: 4
-
Metadata Files:
- Readme: readme.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
![Monitor Logo](./docs/monitor.png)
# 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)![Screenshot](./docs/screenshot.png)
## Installation Instructions
1. Clone the repo
1. `git clone https://github.com/alii/monitor`
2. `cd monitor`
2. Install dependencies
1. `yarn`
3. Bootstrap services (with Docker)
1. `docker-compose up -d`
4. Get started in development mode (hot reloading)
1. `yarn dev`