meshblu-connector-runner
v12.0.1
Published
Meshblu connector runner
Downloads
106
Readme
meshblu-connector-runner
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