initial commit

This commit is contained in:
Kazuma
2026-06-02 00:34:42 -04:00
commit 74e6797dcc
14 changed files with 1939 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"name": "stock-screener",
"version": "1.0.0",
"type": "module",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"yahoo-finance2": "^3.15.2"
}
}