TM Property Price

Basic NodeJS App to automatically check the listed price for properties on TM. - Note: This app is slower than @cheekyavo app/extension. This is due to using puppeteer(headless chrome enviornment) to search for listings. The use of puppeteer allows us to avoid the current "Enable JavaScript to Continue" issue.

Installation and Use

Prerequisite:

Node.js® (https://nodejs.org/en/download/)

Clone or download this repository:

git clone https://github.com/r1t294/tm-property-price.git

Install npm packages:

npm install

Start the app:

npm start

If your browser does not automatically open after starting the app, go to: http://localhost:3000