Skip to content

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

License

Notifications You must be signed in to change notification settings

st235/steam-market-util

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published