hay-espacio-en-el-taco / dbs-scraper

DBS Card Game Scraper & Deck Builder
https://hay-espacio-en-el-taco.github.io/dbs-scraper/
MIT License
7 stars 11 forks source link
cards dbs dragon-ball-super search tcg

DBS Scraper & Deck Builder (WIP) Travis Status

Visit the Github Page of this project at hay-espacio-en-el-taco.github.io/dbs-scraper.

Running this project with VSCode

First you will need to download and install VSCode (v1.33.1 or better) & Docker

Running & debugging Scraper app

Running the React App (UI)

Updating the url list to get the newest cards

Add the new urls in DBS_DATA_URLS array located at ./scraper/src/index.js file.

Running this project with Docker

Download & install Docker

Build it

docker build -t dbs-scraper .

Run it

Running for development