signalk-barometer-trend
Version:
Get pressure trend and weather predictions from a barometer over time
43 lines (42 loc) • 979 B
JSON
{
"name": "signalk-barometer-trend",
"version": "2.3.4",
"description": "Get pressure trend and weather predictions from a barometer over time",
"main": "index.js",
"scripts": {
"test": "mocha --recursive"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oyve/signalk-barometer-trend.git"
},
"keywords": [
"signalk-node-server-plugin",
"signalk-plugin",
"signalk-category-weather",
"signalk",
"barometer",
"pressure",
"trend",
"tendency",
"front",
"hemisphere",
"prediction",
"weather",
"forecast"
],
"author": "github.com/oyve",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/oyve/signalk-barometer-trend/issues"
},
"homepage": "https://github.com/oyve/signalk-barometer-trend#readme",
"dependencies": {
"barometer-trend": "^2.2.5",
"lodash": "^4.17.21",
"regression": "^2.0.1"
},
"devDependencies": {
"mocha": "^10.1.0"
}
}