cnandreu / instantbuy-quickstart-nodejs

Node.js Instant Buy Quickstart sample using Express

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Setup the Node.js Instant Buy Quickstart sample using Express

Notes

Prerequisites:

  • You must have the following values from the Google API console:
    • MERCHANT_ID
    • MERCHANT_SECRET
    • MERCHANT_NAME
    • CLIENT_ID
  • You must have Node.js installed. The sample was tested with v0.10.29. You can check the version with: node -v.

Getting Started

  1. Clone this github repository
  2. Update the CONSTANTS variable inside server.js.
  3. Run npm install to install dependencies
  4. Run node server.js
  5. Visit http://localhost:3000

About

Node.js Instant Buy Quickstart sample using Express


Languages

Language:JavaScript 100.0%