Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 695 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 695 Bytes

Amazon Scraper

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.

How to run?

git clone https://github.com/NoelEmaas/amazon-scraper.git
cd amazon-scraper

To run the server:

cd server
npm install
npm run dev

To run the client:

  • You can run the client using live-server in vscode.

  • Or using http-server:

cd client
http-server .

Demo

ezgif com-video-to-gif