Service to extract information from different sources.
npm install
npm run devweb-scraping/
├── src/ # Application source code
│ ├── domains/ # Feature modules
│ │ ├── ai/
│ │ ├── bvc/
│ │ └── game/
│ └── shared/ # Cross-domain code (config, types, utils)
└── docs/ # Architecture and design notes
- BVC: Colombian Stock Exchange ticker data
- Steam: Game information and reviews
- AI: Custom model ranking from Artificial Analysis data
GET /bvc/ticker/:ticker- Ticker informationGET /game/info?url=<steam-url>- Game informationGET /ai/ranking- AI model ranking