@nestrx/twilio
TypeScript icon, indicating that this package has built-in type declarations

0.0.2 • Public • Published

TWILIO

The Twilio module api Users and OTP for NestJS framework.

Installation

npm:

npm i @nestrx/twilio

yan

yan add @nestrx/twilio

Configure

app.module.ts

...
@Module({
	...
	imports: [
		...
		HttpModule,
		TwilioModule.forRoot({
			token: 'your_app_token',
		}),
		...
	],
	...
})
...

Usage

your.service.ts

...
@Injectable()
export class YourService {
  constructor(private twilio: TwilioService) {
  }
...

/@nestrx/twilio/

    Package Sidebar

    Install

    npm i @nestrx/twilio

    Weekly Downloads

    1

    Version

    0.0.2

    License

    MIT

    Unpacked Size

    10.2 kB

    Total Files

    15

    Last publish

    Collaborators

    • zinzinday