@notiixd/trackergg v1.0.2
Example
const  TrackerGG = require("@notiixd/trackergg")
const  tapi = new  TrackerGG({api_key: "Your Tracker.GG API Key"});
(async () => {
const  data = await  tapi.csgo("notii123");
console.log(data);
})(0);TrackerGG
Kind: global class
- .csgo ⇒ Promise.<Object> 
- .apex ⇒ Promise.<Object> 
- .division ⇒ Promise.<Object> 
- .overwatch ⇒ Promise.<Object> 
- .splitgate ⇒ Promise.<Object> 
- .hyperscape ⇒ Promise.<Object> 
trackerGG.csgo ⇒ Promise.<Object>
Kind: instance property of TrackerGG
| Param | Type | Description |
| --- | --- | --- |
| user | string | Username |
trackerGG.apex ⇒ Promise.<Object>
Kind: instance property of TrackerGG
| Param | Type | Description |
| --- | --- | --- |
| platform | string | Users platform |
| user | string | Username |
trackerGG.division ⇒ Promise.<Object>
Kind: instance property of TrackerGG
| Param | Type | Description |
| --- | --- | --- |
| platform | string | Users platform |
| user | string | Username |
trackerGG.overwatch ⇒ Promise.<Object>
Kind: instance property of TrackerGG
| Param | Type | Description |
| --- | --- | --- |
| platform | string | Users platform |
| user | string | Username |
trackerGG.splitgate ⇒ Promise.<Object>
Kind: instance property of TrackerGG
| Param | Type | Description |
| --- | --- | --- |
| user | string | Username |
trackerGG.hyperscape ⇒ Promise.<Object>
Kind: instance property of TrackerGG
| Param | Type | Description |
| --- | --- | --- |
| platform | string | Users platform |
| user | string | Username |