Skip to content

SeraphimSerapis/paypal-rest-node-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PayPal REST API Sample for Node.js

Not actively maintained anymore.

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, 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

About

PayPal REST API Node.js Sample App

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published