From 7c54523a4a88b60fdb9eaaa2a9e7e8c7723f8a18 Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Mon, 27 Jan 2014 23:19:09 -0500 Subject: [PATCH] Update README.md Added horizontal rulers between API Key intstructions and updated pre-requisites section --- README.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 53270e4b0d..4f37c711b9 100644 --- a/README.md +++ b/README.md @@ -48,9 +48,13 @@ Features Prerequisites ------------- -> - MongoDB -> - Node.js -> - GCC - provided by **Xcode** in Mac OS X and **Visual Studio** Windows, or via your friendly Linux package manager +- MongoDB +- Node.js +- Command Line Tools + - **Mac OS X**: Xcode + - **Windows**: [Visual Studio](http://www.visualstudio.com/downloads/download-visual-studio-vs#d-express-windows-8) + - **Ubuntu**: `sudo apt-get install build-essential` + - **Fedora**: `sudo yum groupinstall "Development Tools"` **Note**: If you are new to Node.js or Express framework, I highly recommend watching [Node.js and Express 101](http://www.youtube.com/watch?v=BN0JlMZCtNU) screencast that teaches Node and Express from scratch. @@ -103,6 +107,8 @@ Obtaining API Keys > your new url to Authorized Javascript origins and Authorized redirect URI, > e.g. `http://my-awesome-app.herokuapp.com` and `http://my-awesome-app.herokuapp.com/auth/google/callback` respectively. +
+ - Visit [Facebook Developers](https://developers.facebook.com/) - Click **Apps > Create a New App** in the navigation bar @@ -113,6 +119,8 @@ Obtaining API Keys - Select **Website** - Enter `http://localhost:3000` for *Site URL* +
+ - Visit [PayPal Developer](https://developer.paypal.com/) - Log in using your existing PayPal account