oee-cli
Version:
Node.js CLI program to calculate and log OEE data obtained from MQTT server to InfluxDB
37 lines (36 loc) • 1.01 kB
JSON
{
"name": "oee-cli",
"version": "0.0.1h",
"description": "Node.js CLI program to calculate and log OEE data obtained from MQTT server to InfluxDB",
"main": "index.js",
"dependencies": {
"commander": "^10.0.0",
"config": "^3.3.6",
"dotenv": "16.0.3",
"influx": "^5.9.3",
"mqtt": "^4.2.1"
},
"bin": {
"oee-cli": "oee-cli.js"
},
"scripts": {
"start": "node oee-cli.js"
},
"author": "Harshad Joshi",
"email": "harshad@bufferstack.io",
"license": "GPL-3.0",
"readme": "This is a Node.js program to log OEE data to InfluxDB.\n\nUsage:\n1. Clone the repository.\n2. Install the dependencies by running npm install.\n3. Run the program using node oee-cli.js \n\nGitHub Repository: https://github.com/hj91/oee-data-logger\nEmail: harshad@bufferstack.io",
"keywords": [
"automation",
"industry40",
"mqtt",
"oee",
"CLI",
"Smart Factory",
"Factory",
"Industrial Automation",
"Bufferstack.IO",
"Harshad Joshi",
"Pune"
]
}