1.0.2 • Published 3 years ago

@notiixd/trackergg v1.0.2

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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 |