Socket
Book a DemoInstallSign in
Socket

@langazov/borica-nodejs

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@langazov/borica-nodejs

Borica payment API library for Node.js

latest
Source
npmnpm
Version
0.0.35
Version published
Weekly downloads
26
-86.46%
Maintainers
1
Weekly downloads
 
Created
Source

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

@langazov/borica-nodejs

Nest Logo

NPM Version NPM License NPM Downloads

Description

Borica payment API library for Node.js built with NestJS. This library provides a TypeScript/JavaScript interface for integrating with the Borica payment gateway.

Features

  • 🏗️ Built with NestJS framework
  • 📝 Full TypeScript support
  • 🧪 Comprehensive test coverage
  • 📦 Easy to integrate
  • 🔒 Secure payment processing

Installation

$ npm install @langazov/borica-nodejs

Usage

import { Request, Response } from '@langazov/borica-nodejs';

// Create a payment request
const paymentRequest = new Request(
  '1',              // Transaction type
  100,              // Amount
  'Test payment',   // Description
  '123'             // Order ID
);

// Process response
const paymentResponse = new Response(responseData);

Development

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.

Keywords

borica

FAQs

Package last updated on 04 Aug 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts