@aninga/whatsapp-manager

1.6.8 • Public • Published

npm (scoped) NPM

Management of sending text via URL

Install

npm install @aninga/whatsapp-manager

Usage

import {WMCompose, WMSend} from '@aninga/whatsapp-manager';

let example = new WMCompose();
example.writeText("Hello");
example.writeText("line break: before, after",1,1);
example.writeText(":)");
WMSend('5569999999999', example.getText());

WMSend('5569999999999', "other text");

dependencies

"browser-detect": "^0.2.28"

Package Sidebar

Install

npm i @aninga/whatsapp-manager

Weekly Downloads

5

Version

1.6.8

License

GPL-3.0

Unpacked Size

40.1 kB

Total Files

5

Last publish

Collaborators

  • alexandrefreiref