Git Product home page Git Product logo

ac-currently-catchable's Introduction

AC Currently Catchable

AC Currently Catchable is a Vue.js app showing currently catchable fish for Nintendo's Animal Crossing: New Horizons game.

Screenshot of project

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.

Running Locally

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Lints and fixes files

npm run lint

Run tests

npm run test:unit

Build JSON config files

cd build
node buildFish.js

Deployment

Compiles and minifies for production

npm run build

ac-currently-catchable's People

Contributors

ikisler avatar

Watchers

James Cloos avatar  avatar

ac-currently-catchable's Issues

Show fish details

Rather than just show the name and size of the fish, it'd be nice to include other information, for example:

  • Where to find it
  • What the sell price is
  • Requirements (some sharks require that you've caught a certain number of fish before it will spawn)

This will require updating the build script for grabbing fish data from Nookipedia, and probably implementing a modal to display the data.

Add bugs / sea creatures

It'd be great if this could be one centralized place to see what's currently available for all catchable creatures in the game.

Need to investigate what it'd take to implement the same sort of system for bugs/sea creatures, including what is/isn't reusable (thinking it'll mostly be reusable though).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.