Package Exports
- steam-market-fetcher
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (steam-market-fetcher) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
node-steam-market-fetcher
An asynchronous node module for fetching item prices, images and listings from the Steam Community Market.
Installation
Install it using npm:
npm install steam-market-fetcherTesting
npm testBasic usage
npm run fetchExamples
There are some examples available in the examples directory.
- Setting up a basic project.
- Initialize a new Steam Market Fetcher instance with custom or default options.
- Getting item prices & images for CS:GO, TF2 and DOTA 2.
- Getting Steam Community Market listings for CS:GO, TF2 or DOTA2.
Documentation
See the Wiki for further documentation.