Skip to content

holychikenz/MWIApi

Repository files navigation

Milky Way Idle Market API

Viewer

marketapi.json is the current market information
market.db is the historical market information (sqlite)
medianmarket.json running 24-hour median of ask and mid

Building Viewer

Follow instructions from github.com/phiresky/sql.js-httpvfs

echo '{}' > package.json
npm install --save-dev webpack webpack-cli typescript ts-loader
npm install --save sql.js-httpvfs
npx tsc --init

Edit tsconfig.json

"target": "es2020",
"module": "es2020",
"moduleResolution": "node",

Build the webpack

./node_modules/.bin/webpack --mode=production

About

Market API for Milky Way Idle

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors