Starter code for scraping book data from books.toscrape
- Install Node on your computer, either through nvm or standalone
- Clone the repo on your computer
- Install the nececssary files with
npm install
in your teminal after you cd to the repo you cloned - Modify the
src/index.ts
file - Run the file using
node src/index.ts