An open API service indexing awesome lists of open source software.

https://github.com/tayron/scrapper-nodejs-com-puppeteer

POC com scrapper usando Pupperteer usando NodeJS e container docker
https://github.com/tayron/scrapper-nodejs-com-puppeteer

Last synced: 3 months ago
JSON representation

POC com scrapper usando Pupperteer usando NodeJS e container docker

Awesome Lists containing this project

README

        

# scrapper nodejs com puppeteer
Documentação: https://pptr.dev/
POC de script pupperteer usando Nodejs com biblioteca Pupperteer e container docker

# Rodando container
```sh
./run.sh
```

# Rodando local
```sh
cd projeto
node index.js
```