Adds PayPal howto
This commit is contained in:
13
README.md
13
README.md
@ -1,7 +1,7 @@
|
||||

|
||||
Hackathon Starter [](https://david-dm.org/sahat/hackathon-starter)
|
||||
=================
|
||||
A kickstarter for **Node.js** web applications.
|
||||
A kickstarter for **Node.js** web applications.
|
||||
|
||||
**Live Demo**: http://hackathonstarter.herokuapp.com
|
||||
|
||||
@ -43,7 +43,7 @@ Features
|
||||
- Change Password
|
||||
- Link multipleOAuth 2.0 strategies to one account
|
||||
- Delete Account
|
||||
- **API Examples**: Facebook, Foursquare, Last.fm, Tumblr, Twitter, and more.
|
||||
- **API Examples**: Facebook, Foursquare, Last.fm, Tumblr, Twitter, PayPal, and more.
|
||||
|
||||
Prerequisites
|
||||
-------------
|
||||
@ -112,6 +112,15 @@ Obtaining API Keys
|
||||
- Select **Website**
|
||||
- Enter `http://localhost:3000` for *Site URL*
|
||||
|
||||
<img src="https://www.paypalobjects.com/webstatic/developer/logo_paypal-developer_beta.png" width="200">
|
||||
- Visit [PayPal Developer](https://developer.paypal.com/)
|
||||
- Log in using your existing PayPal account
|
||||
- Click **Applications > Create App** in the navigation bar
|
||||
- Enter *Application Name*, then click **Create app**
|
||||
- Copy and paste *Client ID* and *Secret* keys into `config/secrets.js`
|
||||
- *App ID* is **client_id**, *App Secret* is **client_secret**
|
||||
- Change **host** to api.paypal.com if you want to test against production and use the live credentials
|
||||
|
||||
*TODO: Add Twitter and GitHub instructions.*
|
||||
|
||||
Project Structure
|
||||
|
Reference in New Issue
Block a user