Animal Crossing's critterpedia helper

Tatiana Inama b8cb796007 Merge branch 'master' of ssh://gogs.davidventura.com.ar:2222/tati/critter-crossing 6 лет назад
app 92250374d9 Fix env variables for App. Redirect home to Fishes component 6 лет назад
scraper 4931f93b41 Add public folder to gitignore. Create no-server mode for scraper 6 лет назад
.gitignore 4931f93b41 Add public folder to gitignore. Create no-server mode for scraper 6 лет назад
README.md 92250374d9 Fix env variables for App. Redirect home to Fishes component 6 лет назад
build.json bd4aaa1a02 Update build.json to use bundle.js 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 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 '/')