Skip to content

UW-CSE442-WI20/FP-runescape-market-watch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OSRS Market Watch Dashboard

An interactive dashboard for visualizing Oldschool RuneScape market data.

Available at: https://sippy.dev:3000

Watch the demo: https://vimeo.com/397559046

Populating PostgreSQL Database and Serving API Endpoints (requires conda)

createdb DATABASE_NAME
psql -f database/schema.sql -d DATABASE_NAME
conda env create -f database/environment.yml
conda activate osrs
python database/load_db.py
python database/server.py

Building and Serving React App

npm install
npm start

TODO

  • Fix crosshair values on zoom
  • Fix volume bar bug on zomm / pan
  • No NaN, undefined, or weird units in legends
  • Compute rolling average in PriceDataChart
  • RSI / STOCH RSI chart
  • Re-implement % change or include Hi alch, store price
  • Resolve price history for all ge tradable items

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published