Skip to content

thegrtnx/improvmx-nestjs

Repository files navigation

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

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

Abolade Greatness

linkedin twitter

Contributing

Contributions are always welcome!

Please adhere to this project's code of conduct.

License

MIT