Skip to content

Latest commit

 

History

History

Chapter 1.2 - Prerequisites

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Chapter 1.2 - Prerequisites

Before actually beginning to write your code, make sure you have the following prerequisites installed:

  • Node.js and NPM
  • steam-user (npm install steam-user) - module which helps facilitate communications with Steam servers
  • steam-totp (npm install steam-totp) - module for generating Steam Guard codes

We'll start adding more Node modules (which you install by using NPM) as the need arises.

Continue Reading