JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 38
  • Score
    100M100P100Q59976F
  • License MIT

An asynchronous node module for fetching item prices, images and listings from the Steam Community Market.

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.

npm version npm downloads dependencies license paypal

Installation

Install it using npm:

npm install steam-market-fetcher

Testing

npm test

Basic usage

npm run fetch

Examples

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.