meshblu-connector-runner

Meshblu connector runner

Usage no npm install needed!

<script type="module">
  import meshbluConnectorRunner from 'https://cdn.skypack.dev/meshblu-connector-runner';
</script>

README

meshblu-connector-runner

Build Status Test Coverage Dependency status devDependency Status Slack Status

NPM Dependency status

A component of Meshblu Connectors. Click here to view the component documentation.

Getting Started

Installation

In the connector project, follow these steps:

1 - Install the runner inside the connector

npm install --save meshblu-connector-runner

2 - Add to the start script to your package.json

{
  //...
  "scripts": {
    "start": "meshblu-connector-runner"
  }
  //...
}

Usage

Requirements:

  • A meshblu configuration - see meshblu-config
  • A compatible connector. Use the latest generator to build a connector.

Running the connector:

npm start