SkillAgentSearch skills...

MWIApi

Market API for Milky Way Idle

Install / Use

/learn @holychikenz/MWIApi
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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
View on GitHub
GitHub Stars37
CategoryDevelopment
Updated3mo ago
Forks19

Languages

Python

Security Score

72/100

Audited on Dec 12, 2025

No findings