Update README.md

Added horizontal rulers between API Key intstructions and updated pre-requisites section
This commit is contained in:
Sahat Yalkabov
2014-01-27 23:19:09 -05:00
parent d62cf83637
commit 7c54523a4a

View File

@ -48,9 +48,13 @@ Features
Prerequisites Prerequisites
------------- -------------
> - MongoDB - MongoDB
> - Node.js - Node.js
> - GCC - provided by **Xcode** in Mac OS X and **Visual Studio** Windows, or via your friendly Linux package manager - 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, **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. 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, > 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. > e.g. `http://my-awesome-app.herokuapp.com` and `http://my-awesome-app.herokuapp.com/auth/google/callback` respectively.
<hr>
<img src="http://www.doit.ba/img/facebook.jpg" width="200"> <img src="http://www.doit.ba/img/facebook.jpg" width="200">
- Visit [Facebook Developers](https://developers.facebook.com/) - Visit [Facebook Developers](https://developers.facebook.com/)
- Click **Apps > Create a New App** in the navigation bar - Click **Apps > Create a New App** in the navigation bar
@ -113,6 +119,8 @@ Obtaining API Keys
- Select **Website** - Select **Website**
- Enter `http://localhost:3000` for *Site URL* - Enter `http://localhost:3000` for *Site URL*
<hr>
<img src="https://www.paypalobjects.com/webstatic/developer/logo_paypal-developer_beta.png" width="200"> <img src="https://www.paypalobjects.com/webstatic/developer/logo_paypal-developer_beta.png" width="200">
- Visit [PayPal Developer](https://developer.paypal.com/) - Visit [PayPal Developer](https://developer.paypal.com/)
- Log in using your existing PayPal account - Log in using your existing PayPal account