node-valapi
node-valapi copied to clipboard
Valorant API wrapper for nodejs
- 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
- valorant.ts
- @valapi/auth
- @valapi/lib
- @valapi/riot-api
- @valapi/valorant-api.com
- @valapi/web-client
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"
