JSPM

  • Created
  • Published
  • Downloads 88
  • Score
    100M100P100Q65866F
  • License MIT

NodeJS client for PayApi.

Package Exports

  • payapi-client

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (payapi-client) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

PayApi Client

A node.js client library for https://payapi.io/. Runtime depends on

Promise

The client uses Promises only.

Quick PoC

package.json

  "dependencies": {
    "request-promise": "^0.4.1",
    "jwt-simple": "^0.4.1",
  }

Execute

npm i