https://github.com/st235/steam-market-util
Utility designed to take the prices from the trading platform Steam.
https://github.com/st235/steam-market-util
js price steam steam-market-util trading-platform-steam utility
Last synced: 15 days ago
JSON representation
Utility designed to take the prices from the trading platform Steam.
- Host: GitHub
- URL: https://github.com/st235/steam-market-util
- Owner: st235
- License: apache-2.0
- Created: 2015-12-27T09:01:24.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2020-01-09T18:00:01.000Z (over 6 years ago)
- Last Synced: 2026-03-30T09:12:30.522Z (4 months ago)
- Topics: js, price, steam, steam-market-util, trading-platform-steam, utility
- Language: JavaScript
- Size: 16.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## steam-market-util
[](https://npmjs.com/package/steam-market-util)
[](https://npmjs.com/package/steam-market-util)
[](https://david-dm.org/sasd97/steam-market-util)
[](https://github.com/sasd97/steam-market-util/blob/master/LICENSE)
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=SMPD3698AZUZC)
Utility designed to take the prices from the trading platform Steam.
Install it from [npm](https://www.npmjs.com/package/steam-market-util) or check out the [wiki](https://github.com/sasd97/steam-market-util/wiki) for documentation.
### Example
```javascript
'use strict';
const steamMarket = require('steam-market-util');
steamMarket.getCSGOItemPrice('Tec-9 | Army Mesh (Well-Worn)')
.then(result => {
// Handle result
})
.catch(error => {
// Handle error
});
```
# Support
Please, report bugs on the [issue tracker](https://github.com/sasd97/steam-market-util/issue)