Skip to content

This project is a website where you can search for any product and it will return a product from the Amazon website according to what you searched for

Notifications You must be signed in to change notification settings

onathanmateus/Project-Amazon-Scrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents
  1. About The Project
  2. Getting Started
  3. Contact

About The Project

Looking for a specific product or just curious about what's available on Amazon? The Amazon Scraper is the perfect tool for you! This web-based application allows you to search for any product or keyword, and it will return a list of relevant results from Amazon.

(back to top)

Built With

HTML CSS Javascript Node JS Express JS Axios

(back to top)

Getting Started

If you want to download the project and run it locally, you need to comply with the prerequisites and follow the step-by-step instructions correctly !

Prerequisites

Go to this website "https://nodejs.org/en" and install the Node.js.
Then open the terminal and type the following command to check that the installation has been completed.

node -v

(you should see something like this: "v20.10.0")

Go to this website "https://git-scm.com/" and install the Git.
Then open the terminal and type the following command to check that the installation has been completed.

git -v

(you should see something like this: "git version 2.43.0.windows.1")

Installation

  1. Open the terminal and type the following command.
    cd Desktop
  2. Clone the repository
    git clone https://github.com/onathanmateus/Project-Amazon-Scrapper.git
  3. Enter the repository
    cd Project-Amazon-Scrapper
  4. Open the repository in Visual Studio Code
    code .
  5. Open the terminal within Visual Studio Code and install all the dependencies using the following command
    npm install
  6. Use the following command to open the project on localhost
    npm run dev 

If everything went as it should the project will be running on port 3333 on localhost.

Open the "index.html" in the browser, add the following characters at the end of the url in the browser "?#", you should see something like this in the url: (file:///C:/Users/natha/Desktop/Project-Amazon-Scrapper/index.html?#)

And search for everything !!

(back to top)

Contact

Nathan Mateus de Oliveira Barbosa
Email: [email protected]

Socials

LinkedIn Instagram

(back to top)

About

This project is a website where you can search for any product and it will return a product from the Amazon website according to what you searched for

Topics

Resources

Stars

Watchers

Forks