Aidenkwok / property-web-scraper

web scraper for rental properties
0 stars 0 forks source link

Property Web Scraper

A web scraper to get relevant information on a rental property using a url

Prerequisites

Before running this project, ensure that you have the following installed:

Getting Started

  1. Clone the repository:

    git clone https://github.com/Aidenkwok/property-web-scraper.git
  2. Install the dependencies:
    npm install
  3. Build and run the scraper:
    npm run build
    npm start [insert_url_here]

Testing

Run unit tests with jest using:

npm test