-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ashish Modi
committed
Mar 19, 2021
1 parent
74bd7b1
commit 9f7bef0
Showing
5 changed files
with
103 additions
and
2,023 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# Playstation 5 Stock Finder | ||
|
||
This little repo has code which hits websites which sells ps5 and alert you whenever there is a stock available. It is easy to add your own provider. Just follow the structure in one of the providers. At the moment it supports | ||
|
||
- Amazon | ||
- AO | ||
- Argos | ||
- Asda | ||
- eBuyer | ||
- Game | ||
- Johnlewos | ||
- Very | ||
|
||
It can alert you in two ways | ||
|
||
- Play sound. Add the mp3 of your choice and change `playSound.js` OR | ||
- Send text -> audio command to your google home. Use `sendToGoogleHome.js` and call `run(googleHomeIP, "The text you want to broadcast")` in `index.js`. Make sure the code and google home is running on the same network. | ||
|
||
## How to install | ||
|
||
``` | ||
npm install ps5-stock-finder | ||
``` | ||
|
||
## Runing | ||
|
||
``` | ||
node index.js | ||
``` |
Oops, something went wrong.