Skip to content

soeweiyan-phyo/bank-interest-checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bank Interest Checker

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.

Technologies Used

  • Node.js
  • Puppeteer
  • Cheerio
  • Node Notifier

Installation

  1. Clone the repository:

    git clone https://github.com/soeweiyan-phyo/bank-interest-checker.git
    
  2. Navigate to the project directory:

    cd bank-interest-checker
    
  3. Install the dependencies:

    npm install
    

Usage

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.

Acknowledgements

This project utilizes the following resources:

Further Improvements

[ ] - Add automation

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published