Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/greenheartgames/greenworks

a node.js plugin to integrate nw.js/electron games with steamworks
https://github.com/greenheartgames/greenworks

electron nodejs nwjs steam steam-games steamworks

Last synced: 30 days ago
JSON representation

a node.js plugin to integrate nw.js/electron games with steamworks

Awesome Lists containing this project

README

        

# Greenworks Documents

## FAQ

There are questions/issues being asked quite often. Check following pages before
creating an issue.
* [Troubleshooting](troubleshooting.md)
* [Gotchas](gotchas.md)

## Guides

* [Quick Start (NW.js)](quick-start-nwjs.md)

## Build Instructions

* [Build Instructions (NW.js)](build-instructions-nwjs.md)
* [Build Instructions (Electron)](build-instructions-electron.md)
* [Build Instructions (Node.js)](build-instructions-nodejs.md)

## Test

* [Mocha Test](mocha-test.md)

## APIs

The `greenworks` module gives you ability to access Steam APIs:

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

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

## API References

* [Achievement](achievement.md)
* [Authentication](authentication.md)
* [Cloud](cloud.md)
* [DLC](dlc.md)
* [Events](events.md)
* [Friends](friends.md)
* [Setting](setting.md)
* [Stats](stats.md)
* [Utils](utils.md)
* [Workshop](workshop.md)