Small web app that takes user's current time and calculates what bugs and fish are available in Animal Crossing New Horizon.
Built using Flask.
Requires venv to run locally so make sure that's installed first.
Then, start the python environment. On mac it is:
source venv/bin/activateOn windows it is:
C:\> venv\Scripts\activate.batThen, to start local server, it is:
flask runThen go to localhost:5000 to visit the web app!\
It is currently hosted on:
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.