Animal Crossing's critterpedia helper

Tatiana Inama ab93fe1ddb Fix Critter imageUrl property change in App 6 vuotta sitten
app ab93fe1ddb Fix Critter imageUrl property change in App 6 vuotta sitten
scraper 9c635b3769 Add README, Fix public paths 6 vuotta sitten
.gitignore 9c635b3769 Add README, Fix public paths 6 vuotta sitten
README.md 9c635b3769 Add README, Fix public paths 6 vuotta sitten
build.json f193d35b91 update build format 6 vuotta sitten

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