Skip to content

Latest commit

 

History

History
 
 

docs

Greenworks Documents

FAQ

There are questions/issues being asked quite often. Check following pages before creating an issue.

Guides

Build Instructions

Test

APIs

The greenworks module gives you ability to access Steam APIs:

var greenworks = require('./greenworks');

if (greenworks.init())
  console.log('Steam API has been initialized.');

API References