https://github.com/willklein/steamapp
Built for Node Knockout 2012, this is a Node.js app for seeing what Steam games are owned by everyine in a group.
https://github.com/willklein/steamapp
Last synced: 2 days ago
JSON representation
Built for Node Knockout 2012, this is a Node.js app for seeing what Steam games are owned by everyine in a group.
- Host: GitHub
- URL: https://github.com/willklein/steamapp
- Owner: willklein
- Created: 2012-11-09T21:59:18.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-11-11T23:55:19.000Z (over 13 years ago)
- Last Synced: 2025-04-19T02:35:33.277Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://2012.nodeknockout.com/teams/hartfordjs
- Size: 2.82 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hello HartfordJS!
## Deploy instructions
### GitHub — [Team][2], [Repo][3]
~~~sh
git clone git@github.com:nko3/hartfordjs.git
~~~
### Nodejitsu — [More details][5], [Handbook][4]
~~~sh
npm install -g jitsu
jitsu login --username nko3-hartfordjs --password FoxjqeW3gQxmBVpR
jitsu deploy
~~~
## Tips
### Vote KO Widget

Use our "Vote KO" widget to let from your app directly. Here's the code for
including it in your site:
~~~html
~~~
### Tutorials & Free Services
If you're feeling a bit lost about how to get started or what to use, we've
got some [great resources for you](http://nodeknockout.com/resources).
First, we've pulled together a great set of tutorials about some of node's
best and most useful libraries:
* [How to install node and npm](http://blog.nodeknockout.com/post/33857791331/how-to-install-node-npm)
* [Getting started with Express](http://blog.nodeknockout.com/post/34180474119/getting-started-with-express)
* [Real-time communication with Socket.IO](http://blog.nodeknockout.com/post/34243127010/knocking-out-socket-io)
* [Data persistence with Mongoose](http://blog.nodeknockout.com/post/34302423628/getting-started-with-mongoose)
* [OAuth integration using Passport](http://blog.nodeknockout.com/post/34765538605/getting-started-with-passport)
* [Debugging with Node Inspector](http://blog.nodeknockout.com/post/34843655876/debugging-with-node-inspector)
* [and many more](http://nodeknockout.com/resources#tutorials)…
Also, we've got a bunch of great free services provided by sponsors,
including:
* [MongoLab](http://nodeknockout.com/resources#mongolab) - for Mongo hosting
* [Monitaur](http://nodeknockout.com/resources#monitaur) - for server monitoring
* [Ratchet.io](http://nodeknockout.com/resources#ratchetio) - for exception tracking
* [Teleportd](http://nodeknockout.com/resources#teleportd) - real-time photo streams
* [and more](http://nodeknockout.com/resources#tutorials)…
## Have fun!
If you have any issues, we're on IRC in #nodeknockout and #nodejitsu on
freenode, email us at , or tweet
[@node_knockout](https://twitter.com/node_knockout).
[2]: https://github.com/organizations/nko3/teams/280947
[3]: https://github.com/nko3/hartfordjs
[4]: http://handbook.jit.su
[5]: http://blog.nodeknockout.com/post/35279199042/introduction-to-jitsu-deployment