stalk-market

2.3.0 • Public • Published

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);

Package Sidebar

Install

npm i stalk-market

Weekly Downloads

4

Version

2.3.0

License

MIT

Unpacked Size

20.7 kB

Total Files

8

Last publish

Collaborators

  • rolledback94