Skip to content

Latest commit

 

History

History
48 lines (34 loc) · 1020 Bytes

readme.md

File metadata and controls

48 lines (34 loc) · 1020 Bytes

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