Skip to content

CrossPT/nestjs-ocpp

Repository files navigation

Nest Logo

A OCPP Injectable module for Nestjs.

npm version miniziped size tree shaking MIT licensed

Description

A Nest module for OCPP protocol (Supports 1.6)

Installation

$ npm i --save nestjs-ocpp
$ yarn add nestjs-ocpp

Getting Started

To use OCPP we need to register module for example in app.module.ts

import { OcppModule } from 'ocpp-module';

@Module({
  imports: [
    OcppModule.forRoot({
      versions: ['ocpp1.6'], // Support for 1.6 protocol of OCPP
    }),
  ],
})
export class AppModule {}

Support

About

A NestJS module for the OCPP Protocol (EV Charging)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published