candleview 1.0.8 → 1.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +10 -0
  2. package/package.json +7 -3
package/README.md CHANGED
@@ -11,6 +11,16 @@ Chart engine in the financial field.
11
11
  <a href="./README_zh-CN.md">简体中文</a> | <a href="./README.md">English</a>
12
12
  </p>
13
13
 
14
+ # ⚙️ Install
15
+
16
+ ```bash
17
+ npm i candleview
18
+ ```
19
+
20
+ ```bash
21
+ yarn add candleview
22
+ ```
23
+
14
24
  # 🚀 Quick Start
15
25
 
16
26
  ```typescript
package/package.json CHANGED
@@ -1,16 +1,20 @@
1
1
  {
2
2
  "name": "candleview",
3
- "version": "1.0.8",
3
+ "version": "1.1.0",
4
4
  "description": "Chart engine in the financial field.",
5
5
  "keywords": [
6
6
  "Finance",
7
7
  "Financial Analysis",
8
8
  "Financial Charts",
9
9
  "Finance Trading",
10
- "Trading"
10
+ "Trading",
11
+ "Chart",
12
+ "Charts",
13
+ "K-Line",
14
+ "KLine"
11
15
  ],
12
16
  "author": "happyboy",
13
- "license": "AGPL-3.0",
17
+ "license": "AGPL-3.0-only",
14
18
  "repository": "https://github.com/0xhappyboy/candleview",
15
19
  "bugs": {
16
20
  "url": "https://github.com/0xhappyboy/candleview/issues"