A NestJS library for ImprovMX API.
npm install --save improvmx-nestjs
To use this library, import the ImprovmxModule
in your NestJS application module:
import { Module } from '@nestjs/common';
import { ImprovmxModule } from 'improvmx-nestjs';
@Module({
imports: [ImprovmxModule],
})
export class AppModule {
You can configure the ImprovMX API key
by using the NestJS Config module. Add the following environment variables to your .env file. Retreive your improvmx api key
IMPROVMX_API_KEY=
You can download the improvmx-nestjs library from the following sources:
-
npm:
npm install --save improvmx-nestjs
-
GitHub:
git clone https://github.com/thegrtnx/improvmx-nestjs.git
Contributions are always welcome!
Please adhere to this project's code of conduct.