This commit is contained in:
2025-11-02 21:00:37 -05:00
commit dfd2c74045
5 changed files with 449 additions and 0 deletions

16
package.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "feather",
"version": "1.0.0",
"description": "NOAA to InfluxDC tool",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Elizabeth Cray",
"license": "MPL-2.0",
"dependencies": {
"axios": "^1.13.1",
"dotenv": "^17.2.3",
"request": "^2.88.2"
}
}