Commit Graph

153 Commits

Author SHA1 Message Date
Sahat Yalkabov
04b7e2f749 Merge remote-tracking branch 'origin/master'
* origin/master:
  Update packages table
  Added a table with list of packages + descriptions
2014-02-15 13:38:45 -05:00
Sahat Yalkabov
e6cce03dbb Update Readme 2014-02-15 13:33:13 -05:00
Sahat Yalkabov
dc3e6eee5f Update packages table 2014-02-14 13:12:26 -05:00
Sahat Yalkabov
7bb855d56d Added a table with list of packages + descriptions 2014-02-14 13:09:43 -05:00
Sahat Yalkabov
581e8d5fe0 Update how to remove auth providers 2014-02-14 11:51:20 -05:00
Sahat Yalkabov
12b5848243 Added instructions on how to remove auth providers 2014-02-14 11:44:48 -05:00
Sahat Yalkabov
0494710b52 Add nodejitsu deployment instructions 2014-02-14 09:21:10 -05:00
Sahat Yalkabov
045f6d46df Add 4 new mongoose queries to mongoose cheatsheet 2014-02-13 10:03:35 -05:00
Sahat Yalkabov
dae1c8f2db Updated FAQ 2014-02-12 13:28:55 -05:00
Sahat Yalkabov
8bd9c0c71c Update nodejitsu logo 2014-02-11 13:04:53 -05:00
Sahat Yalkabov
93eaf16dc8 Node clusters clarification in project structure 2014-02-11 11:13:22 -05:00
Sahat Yalkabov
64026b56a3 Update README.md 2014-02-11 11:07:19 -05:00
Sahat Yalkabov
deae23d29f Update FAQ
Added a section that explains how to switch SendGrid for Mailgun
2014-02-11 11:03:57 -05:00
Sahat Yalkabov
68b9be88a1 Merge branch 'leemunroe-add-mailgun'
* leemunroe-add-mailgun:
  Removed sendgrid image logo
  JavaScript style formatting. SendGrid as a default service for contact form.
  Add Nodemailer and Mailgun option for contact form
2014-02-11 10:48:41 -05:00
Sahat Yalkabov
28a7033d32 Added Venmo instructions for obtaining API keys 2014-02-11 09:13:24 -05:00
Sahat Yalkabov
b0331a0c5b Add note regarding multiple authentications 2014-02-11 09:01:02 -05:00
yurivictor
51574e9512 Little typo, the Steam key should be pasted into secrets.js in the config folder rather than the file config.secrets.js. 2014-02-11 02:42:33 -05:00
Lee Munroe
c46c321978 Add Nodemailer and Mailgun option for contact form 2014-02-10 13:32:38 -08:00
Sahat Yalkabov
55a99318bf Added scripts: { start: "node app.js" } in package.json (per Heroku recommendation) 2014-02-10 13:43:36 -05:00
Sahat Yalkabov
65de734ee2 Removed Procfile and Update README accordingly. Not necessary for Heroku deployment. 2014-02-10 13:37:37 -05:00
Sahat Yalkabov
d9682e1770 Updated FAQ 2014-02-10 00:11:20 -05:00
Sahat Yalkabov
c8919acbe2 Rephrased FAQ question on 403 Error 2014-02-08 09:31:38 -05:00
Sahat Yalkabov
ca326eea70 Update README 2014-02-08 09:29:48 -05:00
Sahat Yalkabov
7da425200d Minor README corrections 2014-02-08 01:20:04 -05:00
Sahat Yalkabov
f824c66cd3 Merge pull request #61 from williamle8300/patch-2
Adding a note on how to remove Facebook's "#_=_"
2014-02-08 01:14:39 -05:00
Sahat Yalkabov
cec811ebad Added OS icons to Prerequisites 2014-02-07 18:34:40 -05:00
Eric Ryan Harrison
12bc85b736 Update README.md 2014-02-07 17:56:21 -05:00
Eric Ryan Harrison
f16e71dc88 Fixed minor bug in the flash example in README.md
Minor bug in the req.flash Data Usage Controller example. String passed instead of an object wrapped string.
2014-02-07 17:54:13 -05:00
williamle8300
9915b37c98 Adding a note on how to remove Facebook's "#_=_" 2014-02-07 10:08:25 -08:00
Sahat Yalkabov
db50b485da Merge remote-tracking branch 'origin/master'
* origin/master:
  Added Express tutorial link
2014-02-07 10:21:27 -05:00
Sahat Yalkabov
f0c649145a Update Contributing section 2014-02-07 10:09:25 -05:00
Sahat Yalkabov
7a1af5afe8 Added Express tutorial link 2014-02-06 08:55:19 -05:00
Sahat Yalkabov
090e116546 Clarified instructions on app.locals.pretty = true 2014-02-06 08:45:07 -05:00
Sahat Yalkabov
b303a40aff Merge remote-tracking branch 'origin/master'
* origin/master:
  Updated Project Structure table
  Add mongoose section
  Updated Steam logo and API key instructions
2014-02-06 08:34:27 -05:00
Sahat Yalkabov
4e483fb07e Add 403 Forbidden on POST requests to FAQ 2014-02-06 08:09:39 -05:00
Sahat Yalkabov
bed77159b9 Updated Project Structure table 2014-02-06 07:21:47 -05:00
Sahat Yalkabov
56cac69379 Add mongoose section 2014-02-06 07:14:21 -05:00
Sahat Yalkabov
86dcde4e25 Updated Steam logo and API key instructions 2014-02-06 04:50:41 -05:00
Sahat Yalkabov
38296e38b1 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
2014-02-05 19:44:54 -05:00
Sahat Yalkabov
de8601fb79 Update README 2014-02-05 12:56:38 -05:00
Sahat Yalkabov
20621d535d Merge branch 'master' of https://github.com/KarlJakober/hackathon-starter into KarlJakober-master
* 'master' of https://github.com/KarlJakober/hackathon-starter:
  Adds Steam auth and API
2014-02-05 12:26:23 -05:00
Karl Jakober
aa36ad9fbb Adds Steam auth and API 2014-02-05 16:37:48 +00:00
Sahat Yalkabov
4351110ea2 Add OpenShift deployment instructions 2014-02-04 12:40:07 -05:00
Sahat Yalkabov
d28fc059d4 Add Heroku deployment instructions 2014-02-04 11:21:07 -05:00
Sahat Yalkabov
25927389ba Various fixes and clarifications 2014-02-04 10:37:31 -05:00
Sahat Yalkabov
e0c0c12bc8 Added deployment link to Table of Contents 2014-02-04 04:51:34 -05:00
Sahat Yalkabov
836f37b09b Add new deployment info 2014-02-04 04:47:56 -05:00
Sahat Yalkabov
05cf844e28 Add MongoLab instructions 2014-02-04 04:27:40 -05:00
Sahat Yalkabov
3345199578 Update Readme 2014-02-04 00:53:09 -05:00
Sahat Yalkabov
4e3dbb405c Merge pull request #46 from westonplatter/master
fix error on PR #45. change "use-tools" => "useful-tools"
2014-02-03 18:16:23 -08:00