Merge branch 'KarlJakober-master'

* KarlJakober-master:
  Add profile information and owned games to Steam template
  Steam API template display achievements
  Steam API code refactoring, added ownedGames API call
  removes steam auth, sets up steam api requests in async
  Adds Steam auth and API

Conflicts:
	views/api/index.jade
This commit is contained in:
Sahat Yalkabov
2014-02-05 19:44:54 -05:00
6 changed files with 191 additions and 95 deletions

View File

@@ -193,6 +193,13 @@ Obtaining API Keys
- Click **✔Register**
- Copy and paste *OAuth consumer key* and *OAuth consumer secret* keys into `config/secrets.js`
<hr>
<img src="http://www.userlogos.org/files/logos/jumpordie/steam_01.png" width="200">
- Go to http://steamcommunity.com/dev/apikey
- Once signed in, enter your domainm agree to terms, and click **Register**
- Copy and paste *key* into `config.secrets.js`
Project Structure
-----------------