po8rewq / acnh-tracker

Animal Crossing: New Horizons tracker

Home Page:https://po8rewq.github.io/acnh-tracker/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tracker for Animal Crossing: New Horizons, you can find the project here.

Features

  • View/track bugs by hemisphere and when/where you can catch them
  • View/track fish by hemisphere and when/where you can catch them
  • View/track fossils
  • View/track events recipe list (Bunny Day - Cherry-blossom)
  • Follow your town's turnip price market (based on mikebryant/ac-nh-turnip-prices project)

Local storage

Schema for the local storage:

{ 
  '05-04-2020': {
    'sundayPrice': 123,
    'isFirstTime': true,
    'graph': [
        {when: 'mon_am', value: 90, order: 1},
    ],
    'qty': 500,
    'sellPrice': 90,
    'pattern': 'LARGE_SPIKE',
  } 
}

The index is the date of the sunday for the week ahead

About

Animal Crossing: New Horizons tracker

https://po8rewq.github.io/acnh-tracker/


Languages

Language:JavaScript 98.9%Language:HTML 0.9%Language:CSS 0.3%