AC Currently Catchable is a Vue.js app showing currently catchable fish for Nintendo's Animal Crossing: New Horizons game.
Fish in Animal Crossing have limited times of the day that they are available. With five different time spans to keep track of, it can be difficult to know if any fish you'd like to catch are available without putting in the effort to look it up.
This project was created to simplify the presentation of fish availability data in the game to make it easier to determine what you could be fishing up at any given time, or if you'd like to turn on the game in order to search for a specific fish.
Data is sourced from Nookipedia -- stored locally to avoid overloading their servers.
npm install
npm run serve
npm run lint
npm run test:unit
cd build
node buildFish.js
npm run build