@joktec/alert
v0.2.17
Published
JokTec - Alert Service
Readme
@joktec/alert
Alert utility package for JokTec applications.
What It Provides
AlertModuleglobal Nest module.AlertServicebuilt onAbstractClientService.- Slack-compatible webhook config, client interface, models, and alert utilities.
Install
yarn add @joktec/alertUsage
import { AlertModule, AlertService } from '@joktec/alert';
@Module({
imports: [AlertModule],
})
export class AppModule {}Configure the alert section in the application config. Multiple connections are selected with conId.
Development
yarn build --scope @joktec/alert
yarn test --scope @joktec/alert