@pulgueta/nequi-node
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

@pulgueta/nequi-node

SDK de la comunidad de Nequi para Node.js

Características

  • Soporte para Node.js
  • Soporte para TypeScript
  • Fácil de usar

Instalación

pnpm add @pulgueta/nequi-node

npm install @pulgueta/nequi-node

yarn add @pulgueta/nequi-node

Uso

import { Nequi } from "@pulgueta/nequi-node";

const nequi = new Nequi({
  apiKey: "your-api-key",
  clientId: "your-client-id",
  clientSecret: "your-client-secret",
  // env: "development" | "production" basado en process.env.NODE_ENV
});

Contribuciones

Las contribuciones son bienvenidas. Por favor, lee el CONTRIBUTING.md para más detalles.

Dependents (0)

Package Sidebar

Install

npm i @pulgueta/nequi-node

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

29.5 kB

Total Files

7

Last publish

Collaborators

  • pulgueta