MeeLight / bcv-webscraping

Simple BackEnd App: where Web Scraping is done with Puppeteer to the BCV website.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BCV Web Scraping

πŸ“„ Summary


Puppeteer BCV

Simple BackEnd App where Web Scraping is done with Puppeteer to the BCV website. The app has only one route: '/'.

Each time a request is made to the only route: '/' and there are no problems in getting the response of the request. The price obtained will be saved in the data folder of './src/data'.

⚠ NOTE: this was done for practical purposes.

πŸ“ It is used

  • Express (v4.18.2)
  • Cors (v2.8.5)
  • Dotenv (v16.3.1)
  • Puppeteer (v20.9.0)

🎯 Setup

πŸ“¦ Installation

pnpm i

πŸš€ Run

pnpm dev

πŸ”¨ Build

pnpm build

πŸ”‘ License

MIT Lisence

About

Simple BackEnd App: where Web Scraping is done with Puppeteer to the BCV website.

License:MIT License


Languages

Language:TypeScript 95.7%Language:JavaScript 4.3%