Animal Crossing's critterpedia helper

Tatiana Inama 9c635b3769 Add README, Fix public paths 6 年之前
app 3232adc6c1 Remove unused dependencies 6 年之前
scraper 9c635b3769 Add README, Fix public paths 6 年之前
.gitignore 9c635b3769 Add README, Fix public paths 6 年之前
README.md 9c635b3769 Add README, Fix public paths 6 年之前
build.json f193d35b91 update build format 6 年之前

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 values:

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