Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kovah/tradefinder
A web tool to find the most profitable trades between two merchants. Perfect for gamers. 🎮
https://github.com/kovah/tradefinder
calculator gaming react spa tool tools trading videogames
Last synced: 3 months ago
JSON representation
A web tool to find the most profitable trades between two merchants. Perfect for gamers. 🎮
- Host: GitHub
- URL: https://github.com/kovah/tradefinder
- Owner: Kovah
- License: mit
- Created: 2020-09-08T19:20:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T20:55:35.000Z (3 months ago)
- Last Synced: 2024-10-22T15:49:44.870Z (3 months ago)
- Topics: calculator, gaming, react, spa, tool, tools, trading, videogames
- Language: JavaScript
- Homepage: https://tradefinder.kovah.de/
- Size: 1.19 MB
- Stars: 14
- Watchers: 4
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Tradefinder
A web tool to find the most profitable trades between two merchants. Perfect for gamers. 🎮
![Browser screenshot as a preview of the tool](./preview.png)
## About
The Tradefinder is web tool to find the most profitable trades between two locations, where one is selling a good and another is buying that good at a higher price. Additionally, you may specify the amount that can be bought or sold. Trades which are not profitable are discarded.
I built this tool to scratch my own itch because I felt it super difficult to keep track of prices and amounts for trading between cities (Windward) or space stations (No Man's Sky).
### How to use the Tradefinder
Opening the tool for the first time will add some example locations and some items to it, so you start experimenting right away.
After adding a location to the trading overview, you can add items to that location. Once added, you can start editing the amounts or prices. If an item is not sold or bought, simply leave the amount and value at zero.
Once you added at least two locations with the same item, the Tradefinder will calculate the possible trades. If a profitable trade (profit > 0) is found, it will be displayed in the trades overview on the right side.## Compatible Games
* Elite Dangerous
* EVE Online
* Mount & Blade
* No Man's Sky
* Windward## Development Setup
The web tool is built using React and Tailwind CSS. Bundling is done via Parcel.
```
npm install
npm run serve
```You can now access the tool via `http://localhost:1234`.
---
Tradefinder is a project by [Kovah](https://kovah.de) and [Contributors](https://github.com/Kovah/Tradefinder/graphs/contributors)