Skip to content

dwalsh01/web-scraping-partner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web Scraping Partners

Purpose of this was to scrape company names from various sources

Installation

To download this project select clone or download and download zip.

Node + Yarn are required to run this project.

Once you have those installed and the project unzipped, open the project folder in your terminal.

  • enter yarn install
  • you should now see a node_modules folder and no error messages in your terminal
  • once thats completed you can run the project for yourself using yarn start

Editor

I recommend VSCode

If you open vscode and select file, open folder you can open your unzipped project.

Usage

To add your own scrape function:

  • create it within the src/getScrapes.js file.
  • import it within the src/index.js where it says import {...} from './getScrapes.js add the name of the function within the curley braces

Run function

  • run yarn start within the root folder of the project
  • you should see updates in the terminal regarding writing to file(s)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published