Skip to content

Himatric/valclient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Installation

npm i @himatric/valclient

Disclaimer

This project is still under heavy development.

Examples

const { ValClient } = require("valclient")
const client = new ValClient()
await client.getFriends(): IFriend[]

await client.addFriend(name: string, tag: string): IFriendRequest[]

await client.getFriendRequests(): IFriendRequest[]

await client.getPresences(): IUserPresence[]

await client.checkTagAvailable(name: string, tag: string): NameAvailability

await client.searchUsername(username: string, tag?: string): IUserSearch[]

await client.joinMatchmaking(): EnterMatchmakingQueueResponse

Documentation

THIS SECTION IS UNDER CONSTRUCTION

Bugs

For reporting bugs you can either open an issue or (preferably) contact me on Discord (himaval)

About

Valorant Client api wrapper written in nodejs. Includes automatic region detection

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published