Skip to content

shakeabi/valo-elo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


A website to check you ELO rating in Valorant

This website is not affiliated with Riot Games, this was made by Abishake inspired from RumbleMike's ValorStreamOverlay

About

Hi y'all, this website was built after being inspired from RumbleMike's ValorStreamOverlay. I felt the installation process involved was too complex for a gamer and hence made this website. This website fetches your Rank Points from RIOT Servers(unofficially) and calculates your ELO and recent ELO changes. The site requires your username and password to fetch and display the required data (Would love to hear if you've found other alternatives). Check out RumbleMikes app if you're a streamer: ValorStreamOverlay.

Notes

Neither username nor password are logged/stored in the server. The autofilling of username and password from second usage is stored locally in your browser. You can check the source code here (frontend) and here (backend). However, the backend is hosted in heroku (third-party hosting service). Hence, I highly recommend you to change your password to something that you're not using in other services like email, social media etc., so that in the event of highly unlikely data leak, the other services do not get affected.

If you still feel uncomfortable using the site, you can setup the site locally (frontend and backend), which is completely safe or use RumbleMike's ValorStreamOverlay.

How to use the site

Just enter username, password and region and click submit -> Voila!

Credits and tech used

  • valorant.js - A nice API wrapper for valorant with oauth; Used a customised version of the same to handle requests to RIOT servers.

  • ValorStreamOverlay - A wonderful stream overlay from RumbleMike; The RP and ELO calculations are based on the algorithm used in this repo.

  • Svelte - Used to build the frontend.

  • Nodejs and Express - Used to build the backend.

Message For Riot

Hey Riot, as explained above, this site just fetches data from the RIOT API and does not affect the game in any way. If this website is not something you approve of, please message me by creating an issue here.