A web app that scrapes the first page of search results on Amazon given a search keyword. It's built using Node, Express, Axios, and Cheerio for the backend, and Vanilla HTML, CSS, and JavaScript for the frontend.
git clone https://github.com/NoelEmaas/amazon-scraper.git
cd amazon-scraper
cd server
npm install
npm run dev
-
You can run the client using live-server in vscode.
-
Or using http-server:
cd client
http-server .