You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+47-4Lines changed: 47 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,5 @@
1
-
## r6-data.js
1
+
# r6-data.js — Rainbow Six Siege (R6/R6S) Stats & Metadata API
2
+
2
3
Rainbow Six Siege API wrapper that gives infos about player's stats, maps, operators, ranks, seasons, charms etc. Last updated Y10S3
3
4
4
5
<divalign="center">
@@ -14,9 +15,6 @@
14
15
15
16
## Installation
16
17
17
-
```sh
18
-
npm install r6-data.js
19
-
```
20
18
```sh
21
19
npm i r6-data.js
22
20
```
@@ -27,6 +25,51 @@ This is the website where you can directly track your stats and also check the a
27
25
28
26
Visit the official website: **[r6data.eu](https://r6data.eu/)**
29
27
28
+
## TypeScript Support
29
+
30
+
r6-data.js now includes full TypeScript support with complete type definitions! You can use it in TypeScript projects with full IntelliSense and type checking.
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.
0 commit comments