Runkit
Runkit
home page
user forum
new notebook
clone notebook
download notebook
support & documentation
log in
sign up
new notebook
help & feedback
clone this notebook
download this notebook
Sign In
Sign Up
RunKit + npm: steam-market-fetcher
node v18.11.0
endpoint
share
tweet
const SteamMarketFetcher = require("steam-market-fetcher"); const Fetcher = new SteamMarketFetcher({ currency: 'CAD', format: 'json' }); (async () => { try { const image = await Fetcher.getItemImage({ market_hash_name: 'Mann Co. Supply Crate Key', appid: 440 }); console.log(image); } catch (error) { console.error('An error occurred: ', error); } })();
Created from: https://npm.runkit.com/steam-market-fetcher
Loading…
Clone and edit this document