Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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) {
  }
...

About

The Twilio module api Users and OTP for NestJs framework.

Resources

Stars

5 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages