mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-20 20:49:15 +00:00
TODO provider
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
# @bot-whatsapp/io
|
||||||
|
|
||||||
```js
|
```js
|
||||||
// bootstrap.js Como iniciar el provider
|
// bootstrap.js Como iniciar el provider
|
||||||
const { inout, provider, database } = require('@bot-whatsapp')
|
const { inout, provider, database } = require('@bot-whatsapp')
|
||||||
14
packages/provider/TODO.md
Normal file
14
packages/provider/TODO.md
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
# @bot-whatsapp/provider
|
||||||
|
|
||||||
|
```js
|
||||||
|
// bootstrap.js Como iniciar el provider
|
||||||
|
const { inout, provider, database } = require('@bot-whatsapp')
|
||||||
|
|
||||||
|
provider.start()
|
||||||
|
provider.close()
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
|
- [ ] whatsapp-web.js _verificar update_
|
||||||
|
- [ ] Meta _verificar tokens_
|
||||||
|
- [ ] Twilio _verificar tokens_
|
||||||
Reference in New Issue
Block a user