This is an unofficial valorant api wrapper with a gui implementation (couldn't find better words [pls help me])
$ git clone https://github.com/TheXlebushek/xvapi
$ cd xvapi
$ npm install# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prodThen you can find a working instance of app at localhost:5555
It is recommended to use pm2 if you want to scale the app
No more docks for now, check for updates later
Recon-Bolt - a source of inspiration
valapi - primary api used
valorant-api - secondary api
sadeur - consultation and motivation