2.3.0 • Published 4 years ago

stalk-market v2.3.0

Weekly downloads
19
License
MIT
Repository
github
Last release
4 years ago

stalk-market

Provides tools to analyze past and present turnip prices from Animal Crossing New Horizons.

Build Status

Developing

npm i
npm run build
npm test

Using

import * as StalkMarket from "stalk-market";

// 2 prices/day, including Sunday (repeat sell price or specify a range)
let knownPrices = [95, 95, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
let result = StalkMarket.analyzePrices(knownPrices);
2.3.0

4 years ago

2.2.0

4 years ago

2.1.0

4 years ago

2.0.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago