This repo contains the code for 3 related projects.
The projects are an NPM package, an Azure Function, and a Google Sheets script. All 3 are used together to create a Google Sheet which is used to track and analyze the Animal Crossing New Horizons turnip prices of multiple people.
This code would not be possible without the fantastic work of Ninji. He has decompiled much of Animal Crossing New Horizons, including the algorithm for determining turnip prices. Many thanks to him for finding that, and for everything he continues to find and share with the Animal Crossing community!
The package
folder contains the source for the stalk-market NPM package.
The api
folder contains the source for an Azure Function which uses the stalk-market
package.
The sheets
folder contains the source to a Google Sheets script that uses the Azure Function.