An open API service indexing awesome lists of open source software.

https://github.com/paypal/paypal-installments


https://github.com/paypal/paypal-installments

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

PayPal Installments
-------------------------

[![build status][build-badge]][build]
[![code coverage][coverage-badge]][coverage]
[![npm version][version-badge]][package]
[![apache license][license-badge]][license]

[build-badge]: https://img.shields.io/github/workflow/status/paypal/paypal-installments/build?logo=github&style=flat-square
[build]: https://github.com/paypal/paypal-installments/actions?query=workflow%3Abuild
[coverage-badge]: https://img.shields.io/codecov/c/github/paypal/paypal-installments.svg?style=flat-square
[coverage]: https://codecov.io/github/paypal/paypal-installments
[version-badge]: https://img.shields.io/npm/v/@paypal/installments.svg?style=flat-square
[package]: https://www.npmjs.com/package/@paypal/installments
[license-badge]: https://img.shields.io/npm/l/@paypal/installments.svg?style=flat-square
[license]: https://github.com/paypal/paypal-installments/blob/master/LICENSE

PayPal Installments application, including:

- Server-side middleware to return the client UI
- Interface to initiate the flow

Quick Start
-----------

#### Installing

```bash
npm install --save @paypal/installments
```

#### Getting Started

- Fork the module
- Start editing code in `./src` and `./server` and writing tests in `./tests`
- `npm run build`

#### Building

```bash
npm run build
```

#### Tests

- Edit tests in `./test/tests`
- Run the tests:

```bash
npm test
```