# gadspay

> ---

Latest version **0.0.1** (published 2020-10-30) · 0 weekly downloads

## Install

```sh
npm install gadspay
pnpm add gadspay
yarn add gadspay
bun add gadspay
```

## Health

**Score 10/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; low quality score; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.1 |
| Published | 2020-10-30 |
| First published | 2020-10-30 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 6 |
| Unpacked size | 12.1 KB |
| Known vulnerabilities | 0 (+4 in 2 direct dependencies) |
| Install scripts | no |
| Maintainers | gadspay |

## Links

- npm: https://www.npmjs.com/package/gadspay
- npm.io page: https://npm.io/package/gadspay

## Dependencies (6)

- [debug](https://npm.io/package/debug.md) ~2.6.9
- [morgan](https://npm.io/package/morgan.md) ~1.9.1
- [stripe](https://npm.io/package/stripe.md) ^8.108.0
- [express](https://npm.io/package/express.md) ~4.16.1
- [cookie-parser](https://npm.io/package/cookie-parser.md) ~1.4.4
- [@paypal/checkout-server-sdk](https://npm.io/package/@paypal/checkout-server-sdk.md) ^1.0.2

## Recent versions

- 0.0.1 (latest) — 2020-10-30
- 0.0.0 — 2020-10-30

## README

# GadsPay-Backend

     ---

This Module powers the **GadsPay** API .

_gadspay_ is an sdk that hopes to ease the pain of integrating
different payment processing api's into your apps. It abstracts the
complexities of working with different payment providers by giving you
an easy UI hosted on a CDN and a backend to work with several gateways.

- The backend uses javascript with ES6 features using nodejs and
  is powered by Express. To get started working as a contributor:

`git clone https://github.com/gadspayofficial/gadspay-backend.git`

- Then install dependencies

`npm install`

- To mock changes to different payment gateways, you'll need
  a .env file to place the secrets at

`in bash: touch .env`

- Place the env variables inside the .env file accordingly.

---
_Source: https://npm.io/package/gadspay · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
