improvmx-nestjs
v1.2.5
Published
A NestJS library for ImprovMX API
Downloads
10
Maintainers
Readme
improvmx-nestjs
A NestJS library for ImprovMX API.
Installation
npm install --save improvmx-nestjs
Usage
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 {
Configuration
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=
Documentation
Donwload
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
Author
Contributing
Contributions are always welcome!
Please adhere to this project's code of conduct.