fixed celestial calculations

This commit is contained in:
2026-06-24 00:44:27 -04:00
parent ec79a49736
commit aac3486dd3
3 changed files with 1004 additions and 1000 deletions

View File

@@ -1,13 +1,16 @@
{
"name": "weather-station",
"version": "1.0.0",
"type": "module",
"main": "index.mjs",
"dependencies": {
"@influxdata/influxdb-client": "^1.33.2",
"@scalar/express-api-reference": "^0.10.4",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"yaml": "^2.9.0"
}
"name": "weather-station",
"version": "1.0.0",
"type": "module",
"main": "index.mjs",
"scripts": {
"start": "node server.mjs"
},
"dependencies": {
"@influxdata/influxdb-client": "^1.33.2",
"@scalar/express-api-reference": "^0.10.4",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"yaml": "^2.9.0"
}
}