AriaFallah / steam-api-example

Quick example using the steam api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Steam API Example

Quick example of how to use the steam API with nodejs

Setup

Make a file at the root level called auth.json with the contents:

{
  "APIKEY": "Your API KEY"
}

Usage

npm install
npm start

About

Quick example using the steam api


Languages

Language:JavaScript 100.0%