Animal Crossing's critterpedia helper

Tatiana Inama b1fadbb8f2 Make actions bar responsive. il y a 6 ans
app b1fadbb8f2 Make actions bar responsive. il y a 6 ans
scraper 3533bffd26 Update public path il y a 6 ans
.gitignore 4931f93b41 Add public folder to gitignore. Create no-server mode for scraper il y a 6 ans
README.md 3e0d72a873 Update README il y a 6 ans
build.json bd4aaa1a02 Update build.json to use bundle.js il y a 6 ans

README.md

Critter Crossing

Guide to catch all the fishes/insects from Animal Crossing.

Install

npm install scraper/ & npm install app/

You also need config files with the following keys:

Scraper

PORT
AC_FISH='https://animalcrossing.fandom.com/wiki/Fish_(New_Horizons)' **WIKI PATH
AC_INSECT='https://animalcrossing.fandom.com/wiki/Bugs_(New_Horizons)' **WIKI PATH
PUBLIC_PATH

App

REACT_APP_API **PATH to scraper (if not declared, app will redirect to '/')

Scraper no-server mode

Using the --batch command line argument will only scrape data and end the process

node build/bundle.js --batch