Animal Crossing's critterpedia helper
|
|
6 gadi atpakaļ | |
|---|---|---|
| app | 6 gadi atpakaļ | |
| scraper | 6 gadi atpakaļ | |
| .gitignore | 6 gadi atpakaļ | |
| README.md | 6 gadi atpakaļ | |
| build.json | 6 gadi atpakaļ |
Guide to catch all the fishes/insects from Animal Crossing.
npm install scraper/ & npm install app/
You also need config files with the following keys:
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
REACT_APP_API **PATH to scraper (if not declared, app will redirect to '/')
Using the no-server command line argument will only scrape data and end process
node build/bundle.js no-server