0.0.4 • Published 4 years ago

@openmessage/node v0.0.4

Weekly downloads
6
License
MIT
Repository
github
Last release
4 years ago

openmessage

Documentation

The documentation for OpenMessage API can be found at https://docs.openmessage.io/#hello

The documentation for OpenMessage Node library can be found https://github.com/OpenMessage/om-node/wiki

Install

npm install @openmessage/node

Usage

const OM = require('@openmessage/node');

const om = await OM(process.env.API_KEY, process.env.API_SECRET);

const contact = await om.createContact({ phone, email });