1.0.0 • Published 3 years ago

val-stats-tracker v1.0.0

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

What is this and it's purpose?

This is an valorant statistic tracker, powered by tracker.gg (not affliated tho).

Thats cool!, but how do i install and use it?

Good question, you just need to do npm i val-stats-tracker request request-promise-native --save'.

After that,

const { getStats } = require("val-stats-tracker");

console.log(getStats({username: "yourUserName#tagline"}));
//or
const check = getStats({username: "yourUserName#tagline"});
console.log(check)