Version 1.0.0 Inital Commit

This commit is contained in:
2026-04-12 23:59:20 -05:00
commit 2b8a16a277
5 changed files with 1094 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"name": "metar-rss",
"version": "1.0.0",
"description": "Monitors, generates and updates an RSS Feed File for Airport METARs",
"repository": {
"type": "git",
"url": "https://git.entropic.pro/Aiden/metar-rss"
},
"license": "AGPL-3.0-only",
"author": "Aiden Gerbrandt",
"type": "module",
"main": "index.js",
"dependencies": {
"axios": "^1.15.0",
"rss": "^1.2.2"
}
}