Initial commit: BTC/USDT Trading View with technical indicators

This commit is contained in:
kihong.kim
2025-12-06 15:04:36 +09:00
commit 99ce8ccd0d
11 changed files with 2861 additions and 0 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"name": "bini-trading-view",
"version": "1.0.0",
"description": "Bitcoin Real-time Trading View with Technical Indicators",
"main": "index.html",
"scripts": {
"start": "npx http-server -p 3000 -o"
},
"keywords": ["bitcoin", "trading", "chart", "technical-analysis"],
"author": "",
"license": "MIT",
"devDependencies": {
"http-server": "^14.1.1"
}
}