r6-data.js 1.3.4 → 1.3.6
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 +2 -0
- package/package.json +8 -2
package/README.md
CHANGED
|
@@ -435,6 +435,8 @@ main();
|
|
|
435
435
|
7. Filtering operators by date of birth using the `date_of_birth` parameter.
|
|
436
436
|
8. Filtering operators by season introduced using the `season_introduced` parameter.
|
|
437
437
|
|
|
438
|
+
You can get the operator url icon via r6Info.getOperators(), is in the json response.
|
|
439
|
+
|
|
438
440
|
## Getting Season Information
|
|
439
441
|
|
|
440
442
|
The `getSeasons()` function allows you to retrieve information about the seasons in Rainbow Six Siege. You can get a list of all seasons or filter the seasons based on specific criteria. Here's an example of how to use the `getSeasons()` function:
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "r6-data.js",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.6",
|
|
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": {
|
|
@@ -48,7 +48,13 @@
|
|
|
48
48
|
"siege stats",
|
|
49
49
|
"siege tracker",
|
|
50
50
|
"siege x tracker",
|
|
51
|
-
"siege x stats"
|
|
51
|
+
"siege x stats",
|
|
52
|
+
"Rainbow six siege stats",
|
|
53
|
+
"rainbow six stats",
|
|
54
|
+
"rainbow 6 stats",
|
|
55
|
+
"r6 tracker",
|
|
56
|
+
"r6tracker",
|
|
57
|
+
"siege tracker"
|
|
52
58
|
],
|
|
53
59
|
"author": "mazeor",
|
|
54
60
|
"license": "MIT",
|