This commit is contained in:
znetsixe
2025-06-10 09:52:44 +02:00
parent efda5b3029
commit fda8cb33db
3 changed files with 23 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
# convert # convert
Makes unit conversions Makes unit conversions
#need to make an index to fetch the helper functions properly without destroying all the links.

20
package.json Normal file
View File

@@ -0,0 +1,20 @@
{
"name": "general-functions",
"version": "1.0.0",
"description": "General utility functions used across multiple Node-RED modules",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "https://gitea.centraal.wbd-rd.nl/RnD/generalFunctions.git"
},
"keywords": [
"utilities",
"common",
"node-red"
],
"author": "Rene de Ren",
"license": "SEE LICENSE"
}

1
readme
View File

@@ -1 +0,0 @@
Common functions to work on the API side of node red