Skip to content

valapi/node-valapi

Repository files navigation

node-valapi

Profile

NodeJS packages that make more easier to use Valorant API

LICENSE Github Discord


  • node-valapi isn't endorsed by Riot Games and doesn't reflect the views or opinions of Riot Games or anyone officially involved in producing or managing Riot Games properties. Riot Games, and all associated properties are trademarks or registered trademarks of Riot Games, Inc.
  • node-valapi was created under Riot Games' "Legal Jibber Jabber" policy using assets owned by Riot Games. Riot Games does not endorse or sponsor this project.
  • MIT License

Projects

Release

npm run build
npm publish --workspaces

Delete compiled files (after build)

npm run clean

Testing

npm run test

dotenv

Regions: valapi.github.io/build-in/Region

# multi-factor must be "disable"
VAL_REGION="na"
VAL_USER="RiotUsername"
VAL_PASS="Passowrd"

# https://developer.riotgames.com
VAL_RIOT_API="API_KEY_123"