omen-client-js
v0.1.39
Published
JavaScript client library for Omen Service, both for browser and NodeJS
Downloads
11
Readme
Omen Client Library
Provides async JS API for Omen services. Separates knowledge of communication protocol as well as
libraries used in implementation of the protocol from an application which use this library.
Entry point is client object OmenClient
, user need to create such object to start using library capabilities.
Consumes a configuration as the only parameter to the client object.
How to build, test
npm build
npm test