This lab includes 2 major components:
- A static website that has 50 cat pictures and 50 dog pictures
- A crawler designed to collect images from the website
The steps of this lab are:
- Sign up to Github
- Fork this Cat and Dog Clawer project
- Download NodeJS
- Download Git Bash
- Clone the forked project
- npm install request; npm install express;
- node main.js
- Check the localhosted website
- Case study - Cat and Dog github.io website
- Download Sublime
- Modify the clawer
- Run clawer to get images from the website