Add Steam Market fee calculator - #4
Open
hyunjun12312 wants to merge 1 commit into
Open
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a new Browser Tools entry to the project’s curated README list for a Steam Community Market fee calculator, making it easier for CS2 traders to find a tool that breaks down buyer price, seller proceeds, and platform/publisher fees.
Changes:
- Add “Steam Market Fee Calculator” to the Browser Tools section in
README.md.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - [Steam Market Price Moving Average(userscript, Chinese Only)](https://greasyfork.org/en/scripts/491198-steam-%E5%B8%82%E5%9C%BA%E4%BB%B7%E6%A0%BC%E5%9D%87%E7%BA%BF) - Displays the moving average for any date on the historical transaction prices on the Steam market. | ||
| - [Steam Market Extender(extension, old)](https://github.com/AcornEyes/SteamMarketExtender) - Detailed graphs for the steam community market. Indicators added to chart: SMA, EMA, RSI, ATR. | ||
| - [markets-scripts(javascript)](https://github.com/ricardocefet2018/markets-scripts) | ||
| - [Steam Market Fee Calculator](https://github.com/hyunjun12312/steam-market-fee-calculator) - Open-source buyer price, seller proceeds, and fee calculator with a [live demo](https://steamvaults.org/tools/steam-market-fee-calculator). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changed
Why
The calculator is useful for CS2 market listings because it shows the buyer-facing price, seller proceeds, and separate Steam and publisher fee components. It uses integer minor units and supports configurable fee rates.
Validation
npm test: 5 passed