This project will load an Audible page, scrape data from it, and post it to a Discord forum channel.
- Node.js
- Webserver with PHP
- Discord webhook URL
- Clone the repository or download the source.
- Install required modules with
npm installin the root. - Copy
webhook.phptowebhook.local.phpand edit the file to include a Discord webhook URL. - Build the project with
npm run buildin the root. - If everything worked, host the
distfolder on a server with PHP and load the path in a browser.
- Follow the steps for installation, but use
npm run devto start the development server.