Author: João Vitor Carvalho Barros
- git clone this repository
- 'git clone' https://github.com/joao-vitor-carvalho/node-scrapper.git
- open in terminal a folder of project
- install dependencies in directory
- 'npm install'
- init server
- 'node index.js'
- acess: http://localhost:3000/
- create project
- install dependencies (express, selenium-webdriver)
- create index.js
- implement node scrap
- create json file with node scrap
- install dependencies (node-xlsx)
- convert json to excel
- scrap excel to insert in form
- show insert with informations (display)
- show insert with informations (terminal)