Skip to content

Files

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Node.js Example

This folder contains example code for a Fastlane integration using Node.js to complete transactions with PayPal's REST APIs.

Prerequisites

How to run

  1. Install required packages
    npm install
    
  2. Start the server
    npm start
    
  3. To view the application in your browser, choose a front-end implementation from the client folder at the root of this repository and follow the instructions in that folder's README.