Script will scrape cats data from actual cats shelter website.
Selected data based on single cat:
- name
- image
- gender (selecting only males)
- age (selecting only puppies)
With help of URL parameter, there has been already an option to select puppies only. Pagination has been ignored, all selected cats are shown in one page.
npm install
npm start
Then go to
http://localhost:3000