Skip to content

Commit

Permalink
Update README.md (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickReinlein authored Jul 20, 2024
1 parent fa4210f commit 046cbfe
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

## Summary

`GilGoblin` is a back-end REST API, to calculate in-game crafting profitability in Final Fantasy XIV (FFXIV). It calculates the most profitable items to craft based on current market prices, vendor prices and crafting component costs. It stores recent prices in a local PostgreSQL database. The prices are refreshed by a background service.
`GilGoblin` is a end-to-end application which calculates in-game crafting profitability in Final Fantasy XIV (FFXIV).

The long-term goal is to have a website using this API's endpoints to display the top crafts for each crafting profession (specific to the user-selected world)
It calculates the most profitable items to craft based on current market prices, vendor prices and crafting component costs. It stores recent prices in a local PostgreSQL database. The prices are refreshed by a background service.

A webpage front-end is available with the resulting calculations. Filters are available per world, allowing users to see the most profitable items specific to their server.

**Complete**
* :heavy_check_mark: Getting the vendor cost, if available via vendor
Expand Down

0 comments on commit 046cbfe

Please sign in to comment.