0.0.3 • Published 1 year ago

@streamkits/nestjs_module_twurple v0.0.3

Weekly downloads
-
License
BSD-3-Clause
Repository
github
Last release
1 year ago

Twurple Module

Twurple for NestJS Framework

Install dependencies

yarn add @streamkits/nestjs_module_twurple

Instanciate

// app.module.ts
import { TwurpleModule, TwurpleOptions } from '@streamkits/nestjs_module_twurple'

TwurpleModule.forRootAsync({
  imports: [ConfigModule],
  inject: [ConfigService],
  useFactory: async (config: ConfigService) => ({
    config: config.get<TwurpleOptions>('twurple.options'),
  }),
})
0.0.3

1 year ago

0.0.2

2 years ago

0.0.1

2 years ago