rafaeelaudibert / Watcher

LiveTracker for live matches for LOL Game

Home Page:https://rafaeelaudibert.github.io/Watcher/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LiveTracker

LiveTracker

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.

Getting Started

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

Installing

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

Built With

Contributing Guidelines

We use Gitmoji in the commits, so we can easily know what was that commit about.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Thanks

Special thanks to cnguy for having a great conversation and teaching me about JS and Kayn ApiWrapper, it was really helpfull

Disclaimer

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.

About

LiveTracker for live matches for LOL Game

https://rafaeelaudibert.github.io/Watcher/

License:MIT License


Languages

Language:SCSS 42.4%Language:JavaScript 30.0%Language:HTML 20.6%Language:Handlebars 6.0%Language:CSS 0.9%