npm.io
1.6.8 • Published 6 years ago

@aninga/whatsapp-manager

Licence
GPL-3.0
Version
1.6.8
Deps
1
Size
39 kB
Vulns
0
Weekly
0
Stars
2

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"