League of legends BAN/PICK Observing Tool looks like eSports League
(Added 'Browser' source in OBS, 1.5x)
Used React for page to show.
- Run released file
- Go http://localhost:7777 or add 'Browser' source in OBS to broadcast
(Toggle Buttons: Show Team Score, Nickname, Spells, Champion Name)
Used HTML(with Bootstrap) + Electron
- App is started
- Electron and Express is started
- Express
- Checks for LeagueClient using LCU Connecter
- Serves the page to show
- Sends the ban/pick data to the page to show as JSON
- Electron
- Makes preference window
- Updates the settings when it changed and let express know
- Express