No description
  • JavaScript 98.2%
  • HTML 1.7%
Find a file
2026-03-19 17:58:06 +01:00
.github/workflows using --omit=dev instead of --production 2022-08-17 21:29:10 +02:00
.jenkins Further debugging 2022-08-27 20:58:36 +02:00
.vscode Removed Blazor; Added React 2022-08-17 21:11:24 +02:00
public Removed Blazor; Added React 2022-08-17 21:11:24 +02:00
src Version upgrades 2022-08-20 23:27:49 +02:00
.gitignore Added package-lock to excluded files 2022-08-20 22:58:04 +02:00
package.json Version upgrades 2022-08-20 23:27:49 +02:00
README.md Added reference to Jupyter Notebook 2026-03-19 17:58:06 +01:00

XIV-Marketeer

This is and was a pet project to visualize changes in the global market of the online MMORPG Final Fantasy XIV using tools like Garland Tools and Universalis. Using this project is potentially against ToS, though it "just visualizes data".

Essentially, what it would do is:

  1. Pull various data from APIs (like Garland Tools and Universalis)
  2. Process through the data to find specific combinations like "in high demand, but no supply" or "supply overflow"
  3. Present the compiled data as easily understandable graphs and text on a GitHub page

Some of the data had to be precompiled in via a CI/CD, which would limit it to daily/hourly runs.

The Jupyter Notebook part of this can be found here!

I do not have the time to continue development of this project. It should still work, though it may need to be updated for future expansions.