Commit Graph

494 Commits (071ed1877c9badf67f8b4f04b443d18340cfb394)

Author SHA1 Message Date
Sahat Yalkabov 071ed1877c Update Readme 2014-01-28 01:47:13 -05:00
Sahat Yalkabov e9b2555e1b Refactor 404 middleware 2014-01-28 01:46:33 -05:00
Sahat Yalkabov 639db23067 Static content caching 2014-01-28 01:45:45 -05:00
Sahat Yalkabov 0a0cc7493b Enable express.compress() middleware for "gzipping" content 2014-01-28 00:24:55 -05:00
Sahat Yalkabov 6d54b34723 Remove unused 'fs' module 2014-01-28 00:02:16 -05:00
Sahat Yalkabov 7c54523a4a Update README.md
Added horizontal rulers between API Key intstructions and updated pre-requisites section
2014-01-27 23:19:09 -05:00
Sahat Yalkabov d62cf83637 Merge pull request #4 from ceejayoz/patch-1
note actual prerequisite of GCC, not Xcode/VS
2014-01-27 19:22:47 -08:00
Sahat Yalkabov 399c03e19b Merge branch 'qubyte-patch-1'
* qubyte-patch-1:
  Updates README to reflect Twitter being OAuth 1.0a

Conflicts:
	README.md
2014-01-27 21:30:14 -05:00
Sahat Yalkabov ba6b33282b Merge pull request #7 from rissem/patch-1
Update README.md
2014-01-27 18:21:34 -08:00
Sahat Yalkabov f5874762fe Merge pull request #9 from SeraphimSerapis/paypal-rest-sdk
PayPal REST SDK sample
2014-01-27 18:16:15 -08:00
Tim Messerschmidt a060211375 Adds PayPal howto 2014-01-27 12:34:42 -08:00
Tim Messerschmidt cdb73bf261 Adds PayPal SDK sample to the API controller 2014-01-27 12:22:12 -08:00
Tim Messerschmidt 12d402f8fb Adds view for PayPal SDK sample 2014-01-27 12:21:43 -08:00
Tim Messerschmidt e4d18e7331 Adds PayPal logo for the API browser 2014-01-27 12:01:30 -08:00
Michael Risse 9fdddc246a Update README.md
Typo
2014-01-27 11:40:09 -08:00
Tim Messerschmidt 3ca51fbbc4 Adds PayPal to the API browser 2014-01-27 11:36:59 -08:00
Tim Messerschmidt b023ea1c01 Adds PayPal routes for the SDK 2014-01-27 11:35:23 -08:00
Tim Messerschmidt b84f630615 Adds PayPal REST SDK to package.json 2014-01-27 11:34:59 -08:00
Mark S. Everitt b875803527 Updates README to reflect Twitter being OAuth 1.0a
Twitter is OAuth 1.0a rather than OAuth2. This updates the README to reflect this.
2014-01-28 04:18:11 +09:00
Chris Sternal-Johnson 50253a5f49 note actual prerequisite of GCC, not Xcode/VS 2014-01-27 13:00:09 -05:00
Sahat Yalkabov 379cafa53b Add live demo link 2014-01-27 08:33:12 -05:00
Sahat Yalkabov 9494c2c6b6 Add FAQ 2014-01-27 08:30:41 -05:00
Sahat Yalkabov 478c0a1ad9 Merge remote-tracking branch 'origin/master'
* origin/master:
  Specified npm versions instead of latest (*)
  Update README.md
  Update Project Strcuture
  Add more client-side/Node libs, todo, screencast

Conflicts:
	README.md
2014-01-27 07:58:43 -05:00
Sahat Yalkabov 940d52bd43 Fix [Object object] displayed on profile update success instead of the actual message text. 2014-01-27 07:58:32 -05:00
Sahat Yalkabov 839f91488a Fixed animation and data-dismiss on profile flash messages 2014-01-27 07:56:47 -05:00
Sahat Yalkabov 37fcec2221 Removed flat-ui-radios.js script call. 2014-01-27 07:56:30 -05:00
Sahat Yalkabov e979634652 Removed flat-ui-radios.js script call. 2014-01-27 07:53:37 -05:00
Sahat Yalkabov 8fd6bf38b6 Specified npm versions instead of latest (*) 2014-01-27 07:46:48 -05:00
Sahat Yalkabov 1824c0a05e Update README.md 2014-01-27 07:37:24 -05:00
Sahat Yalkabov 2019fa9067 Update Project Strcuture 2014-01-27 07:05:56 -05:00
Sahat Yalkabov 0a83d803e5 Add more client-side/Node libs, todo, screencast 2014-01-27 03:41:24 -05:00
Sahat Yalkabov fb48fd467e Added more node and client-side libs, a note about Express screencast, and a few minor corrections. 2014-01-27 03:33:55 -05:00
Sahat Yalkabov 9be3a08a2d Add project structure table 2014-01-27 02:03:30 -05:00
Sahat Yalkabov e7d79a9c12 Update README.md
Added Recommended design, tools and updated overview.
2014-01-26 22:39:22 -05:00
Sahat Yalkabov e0da99eb83 Add client-side and node.js recommended libraries 2014-01-26 21:39:09 -05:00
Sahat Yalkabov 5b135eb260 Added TODO, MIT License and minor updates to overview section 2014-01-26 21:25:56 -05:00
Sahat Yalkabov 2567f19807 Udpdate features 2014-01-26 21:20:28 -05:00
Sahat Yalkabov bf993077ad Update package.json 2014-01-26 21:01:46 -05:00
Sahat Yalkabov 213e3afead Display error message when Last.fm api key is missing 2014-01-26 21:00:02 -05:00
Sahat Yalkabov 9868591631 Clarified Facebook appId and appSecret instructions 2014-01-26 20:42:23 -05:00
Sahat Yalkabov 102d504965 Add facebook api key instructions 2014-01-26 20:38:56 -05:00
Sahat Yalkabov f36fa1e0f7 Add error message when NYT API KEY is missing 2014-01-26 20:19:41 -05:00
Sahat Yalkabov e9604362de Updated getting started guide 2014-01-26 20:08:22 -05:00
Sahat Yalkabov bba884cfc8 Added an extra screenshot and instructions on obtaining Google api keys. 2014-01-26 19:55:57 -05:00
Sahat Yalkabov 12e456db51 Removed geo-ip, hard-coded NYC coordinates on the foursquare api example 2014-01-26 19:11:04 -05:00
Sahat Yalkabov a8cf38f81b Update README.md
Added logo
2014-01-26 19:00:06 -05:00
Sahat Yalkabov 802d685ee8 Add Login required text on some api links 2014-01-26 17:29:19 -05:00
Sahat Yalkabov 444f510641 Delete Flat UI icons 2014-01-26 17:25:40 -05:00
Sahat Yalkabov ab09056976 Add sticky footer 2014-01-24 02:14:40 -05:00
Sahat Yalkabov 930aab7046 Update login and contact templates 2014-01-23 22:48:24 -05:00