@dynrl/spew-client

Connects to spew service

Usage no npm install needed!

<script type="module">
  import dynrlSpewClient from 'https://cdn.skypack.dev/@dynrl/spew-client';
</script>

README

# spew-client

A client that sends out messages to DRL's event hub. This is useful for logging and monitoring processes, but could also be used to collect data for data science projects.

Install

With npm:

npm install @drl/spew-client

Or with yarn

yarn add @drl/spew-client

Usage

See src/tests for example usage. Tests expect that you have a local spew server instance running. See @drl/spew for info about setting up a server. Alternatively, you can point your tests at an azure instance of the spew server.

Test

npm install
npm run test

Author

Dan Schomburg dan@dynamicrangelabs.com