This project scrapes and compares the best savings account interest rates from the Canstar website. It notifies the user if there are any changes in the interest rates.
- Node.js
- Puppeteer
- Cheerio
- Node Notifier
-
Clone the repository:
git clone https://github.com/soeweiyan-phyo/bank-interest-checker.git
-
Navigate to the project directory:
cd bank-interest-checker
-
Install the dependencies:
npm install
To run the project, use the following command:
node index.js
The script will scrape the current interest rates from the Canstar website, compare them with the previously stored data, and notify the user if there are any changes. If changes are detected, clicking on the notification will open the Canstar website in the default browser.
This project utilizes the following resources:
[ ] - Add automation