Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/steam-forward/node-steam-forum
Forum about coding for Steam on Node.js and JavaScript
https://github.com/steam-forward/node-steam-forum
Last synced: 3 months ago
JSON representation
Forum about coding for Steam on Node.js and JavaScript
- Host: GitHub
- URL: https://github.com/steam-forward/node-steam-forum
- Owner: steam-forward
- Created: 2015-06-05T18:38:23.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-06T09:09:05.000Z (about 7 years ago)
- Last Synced: 2024-08-03T21:04:42.471Z (6 months ago)
- Homepage:
- Size: 15.6 KB
- Stars: 43
- Watchers: 17
- Forks: 6
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
- awesome-steam - node-steam-forum
README
# Forum about coding for Steam on JS
The goal of this forum is to create a place where people can discuss developing Steam-related applications, using Steam Web API in JS, and various Steam-related JS libs.
If you have trouble using any of Steam-related module for Node.js, this repo's [Issues](https://github.com/steam-forward/node-steam-forum/issues) is the best place to ask for help. Please, be considerate, don't expect that anyone will code everything for you. If you are unsure if you found a bug or not, it is also better to ask here first.
Please check [the guidelines](CONTRIBUTING.md) before creating an issue.
## Learn JavaScript
If you have trouble understanding READMEs or examples of modules, perhaps you [don't know JavaScript](https://github.com/getify/You-Dont-Know-JS/) good enough. JavaScript is a language decievably easy to start with, but many (especially client-side) programmers rarely use it to its full potential. However, Node.js programming actually requires to understand and use most of the JavaScript techniques. So, [learn](https://github.com/getify/You-Dont-Know-JS/)! It is well worth your time.
Another great way to learn JS and Node.js-related stuff is [NodeSchool](http://nodeschool.io/). Check it out!
## "...I've downloaded this bot and it doesn't work..."
Sorry, this is not a support forum.
## Useful links
[Steam related modules for Node.js](https://github.com/steam-forward/node-steam-forum/wiki/Steam-related-modules-for-Node.js)
[Everything you need to know about Escrow (Trade Hold) and Mobile Auth](https://www.reddit.com/r/SteamBot/comments/3udhkd/everything_related_to_escrow/)