Utility designed to take the prices from the trading platform Steam.
Install it from npm or check out the wiki for documentation.
'use strict';
const steamMarket = require('steam-market-util');
steamMarket.getCSGOItemPrice('Tec-9 | Army Mesh (Well-Worn)')
.then(result => {
// Handle result
})
.catch(error => {
// Handle error
});
Please, report bugs on the issue tracker