Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.2 KB

README.md

File metadata and controls

28 lines (22 loc) · 1.2 KB

steam-market-util

npm version npm downloads dependencies license paypal

Utility designed to take the prices from the trading platform Steam.

Install it from npm or check out the wiki for documentation.

Example

'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