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