Purpose of this was to scrape company names from various sources
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
I recommend VSCode
If you open vscode and select file, open folder you can open your unzipped project.
- create it within the
src/getScrapes.js
file. - import it within the
src/index.js
where it saysimport {...} from './getScrapes.js
add the name of the function within the curley braces
- run
yarn start
within the root folder of the project - you should see updates in the terminal regarding writing to file(s)