Skip to content

NotII/Tracker.GG

Repository files navigation

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

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 |

About

Tracker.GG api client

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published