0.3.1 • Published 7 years ago

communimon v0.3.1

Weekly downloads
3
License
AFL-2.0
Repository
github
Last release
7 years ago

communimon

Communication interface for different endpoints.

install

npm install communimon

usage

// with import
import communimon from 'communimon'

// or with require
const communimon = require('communimon').default

You can also require endpoints individually (primary focus is casperJs interoperability).

const CasperJsProcessEndpoint = require('communimon/casperjsProcessEndpoint')