Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 2.64 KB

README.md

File metadata and controls

21 lines (11 loc) · 2.64 KB

StalkMarket

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.

Build Status

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!

NPM Package

The package folder contains the source for the stalk-market NPM package.

Azure Function

The api folder contains the source for an Azure Function which uses the stalk-market package.

Google Sheets Script

The sheets folder contains the source to a Google Sheets script that uses the Azure Function.