NodeJS packages that make more easier to use Valorant API
Documentation: valapi.github.io/docs
Guide: valapi.github.io/guide
- 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
- @valapi/auth
- @valapi/crosshair
- @valapi/lib
- @valapi/riot-api
- @valapi/valorant-api.com
- @valapi/web-client
npm run build
npm publish --workspaces
Delete compiled files (after build)
npm run clean
npm run test
dotenv
Regions: valapi.github.io/guide/lib/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"