Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/meelight/bcv-webscraping
Simple BackEnd App: where Web Scraping is done with Puppeteer to the BCV website.
https://github.com/meelight/bcv-webscraping
Last synced: 12 days ago
JSON representation
Simple BackEnd App: where Web Scraping is done with Puppeteer to the BCV website.
- Host: GitHub
- URL: https://github.com/meelight/bcv-webscraping
- Owner: MeeLight
- License: mit
- Created: 2023-07-23T19:36:15.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-23T20:05:26.000Z (over 1 year ago)
- Last Synced: 2023-07-23T20:35:22.711Z (over 1 year ago)
- Language: TypeScript
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BCV Web Scraping
## 📄 Summary
**Simple BackEnd App** where Web Scraping is done with Puppeteer to the [BCV](https://www.bcv.org.ve/) 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
```shell
pnpm i
```### 🚀 Run
```shell
pnpm dev
```### 🔨 Build
```shell
pnpm build
```## 🔑 License
MIT Lisence