About
A Rainbow 6 Node Module to get Stats of players. This module allows to get stats of players from ubisoft services. The module requires login info.
Important
Create a new account at https://ubisoft.com for use of the module.
Declare Example
const credentials = email: "xxxxxx@gmail.com" password: "xxxxxxxxx123"const R6Api = ;let R6 = credentials;R6 // Make sure it is logged in first before running other r6api functions
Documentation
Table of Contents
How to Use
Functions
.getStats(username, platform, type)
: Enter a username and platform to search
Platforms
xbl
: Xbox Live (xbox one)
psn
: Playstation Network (ps4)
uplay
: Personal Computer (pc)
pc
: Personal Computer (pc)
Types
default
: Gets general statistics (kills, deaths, wins, losses, etc...)
operators
: Gets stats for all operators used
all
: Gets every possible statistic for player
Example
let username = "Theboys619"let platform = "uplay" // Pc also worksR6