guildleve-calculator

FFXIV Guildleve Profit Calculator

A simple web application to calculate the expected profit of Final Fantasy XIV guildleve tasks.

Features

How to Run

  1. Ensure you have an internet connection (for Universalis market data and base game data from CDN).
  2. Simply open the src/index.html file in a modern web browser.
    • For best results and to avoid potential browser restrictions with local files ( file:/// protocol), it’s recommended to serve the files through a simple local HTTP server. Many tools can do this, e.g., python -m http.server in the project root, then navigate to http://localhost:8000/src/.

Data Sources

Development Notes

License

This project was originally licensed under GPL-3.0-or-later by fisherwise. Modifications continue under the same license. (Assuming license file LICENSE still applies).