r6-data.js 1.3.2 → 1.3.4
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.
- package/README.md +6 -0
- package/package.json +8 -4
package/README.md
CHANGED
|
@@ -21,6 +21,12 @@ npm install r6-data.js
|
|
|
21
21
|
npm i r6-data.js
|
|
22
22
|
```
|
|
23
23
|
|
|
24
|
+
## R6Data Website for stats and API
|
|
25
|
+
|
|
26
|
+
This is the website where you can directly track your stats and also check the all infos that gives r6-data.js. Entire website is based on r6-data.js.
|
|
27
|
+
|
|
28
|
+
Visit the official website: **[r6data.eu](https://r6data.eu/)**
|
|
29
|
+
|
|
24
30
|
## Getting Player Account Information
|
|
25
31
|
|
|
26
32
|
The `getAccountInfo()` function allows you to retrieve player profile data from the official Rainbow Six Siege API. This function is specifically designed for retrieving account information such as player level, experience, clearance level, and profile settings.
|
package/package.json
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "r6-data.js",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.4",
|
|
4
4
|
"description": "Rainbow Six Siege API wrapper for player's stats, maps, operators, ranks, seasons, charms etc. Last updated Y10S3",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"scripts": {
|
|
7
|
-
"test": "
|
|
7
|
+
"test": ""
|
|
8
8
|
},
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
@@ -44,10 +44,14 @@
|
|
|
44
44
|
"rainbow",
|
|
45
45
|
"r6 info",
|
|
46
46
|
"r6-info",
|
|
47
|
-
"R6 info"
|
|
47
|
+
"R6 info",
|
|
48
|
+
"siege stats",
|
|
49
|
+
"siege tracker",
|
|
50
|
+
"siege x tracker",
|
|
51
|
+
"siege x stats"
|
|
48
52
|
],
|
|
49
53
|
"author": "mazeor",
|
|
50
|
-
"license": "
|
|
54
|
+
"license": "MIT",
|
|
51
55
|
"dependencies": {
|
|
52
56
|
"axios": "^1.12.2",
|
|
53
57
|
"ms": "^2.1.3"
|