An easy-to-use Node.js tool that notifies you when a product of your choice is available on Swappa under a certain price.
Download the latest release and extract it. Copy the .env.sample file from the repository into a .env file. Make sure to set the variables correctly.
- Clone the repository
- Run
yarn
to install dependencies - Run
yarn build
- Enjoy. Run
yarn dev
to start the program
It checks a product page on Swappa repeatedly and notifies you when a listing is available under a certain price
You can filter on the Swappa website and use the generated URL in your address bar in the .env file.
Please make sure to review local laws and regulations before using this project.
Do not forget to create a .env file (see above)
Contributions are welcome. Create a pull request or issue to get started.