Skip to content

thuongnht/paypal-rest-node-sample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I reference from the community. I up here for saving and using in my project.

PayPal REST API Sample for Node.js

This is a sample application for the PayPal REST API Node.js SDK

If you're looking for a real world sample - check out rest-api-sample-app-nodejs.

Configuration

Get your API credentials over at developer.paypal.com by creating a new application. Use these credentials in the config.json file.

The app uses standard PayPal test credentials at this very moment.

Running it

First of all install all needed packages using npm install. Then run the app by using node app.js.

Dependencies

express - used as web-framework
jade - for HTML templating
paypal-rest-sdk - to handle PayPal payments

Development dependencies

grunt - Runs tasks like JSHint validation
grunt-contrib-jshint - JSHint validation for JS files

Contributing

Happy to have a look at pull requests

Author

Tim Messerschmidt github.com/seraphimserapis

About

PayPal REST API Node.js Sample App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 55.2%
  • HTML 36.6%
  • CSS 8.2%