This is a [WIP] project.
This project intends to build an Electron app which shows information about the live match played for a given person in the League of Legends game, by RiotGames.
The electron app is powered with HTML, CSS and JS, using Riot API to gather the information about the live matches, as well about the players.
This project is not endorsed or affiliated by RiotGames.
To build this project locally, you'll need first do download Electron, which can be done using npm:
npm install electron --save-dev --save-exact
You can make your own fork of this repository, or cloning it through
git clone https://github.com/rafaeelaudibert/LiveTracker
As this repository doesn't holds the node_modules, you'll also need to install and update all of them
npm install && npm update
To see if everything is working you should write in the console
npm run test-livetracker
If it echoes 'LiveTracker working', you are good to go
- Materialize - CSS/JS Framework
- Electron - Multi-platform builder
- Handlebars - Mustache-like HTML template, generated with JS
- Kayn - Riot Api Wrapper for JS, built by cnguy
We use Gitmoji in the commits, so we can easily know what was that commit about.
- Rafael Baldasso Audibert - Creator - rbaudibert
This project is licensed under the MIT License - see the LICENSE.md file for details
Special thanks to cnguy for having a great conversation and teaching me about JS and Kayn ApiWrapper, it was really helpfull
LiveTracker
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 League of Legends. League of Legends and Riot Games are trademarks or registered trademarks of Riot Games, Inc. League of Legends © Riot Games, Inc.