https://github.com/rafaeelaudibert/watcher
LiveTracker for live matches for LOL Game
https://github.com/rafaeelaudibert/watcher
css electron game handlebar html javascript kayn riot-api riot-games
Last synced: 7 months ago
JSON representation
LiveTracker for live matches for LOL Game
- Host: GitHub
- URL: https://github.com/rafaeelaudibert/watcher
- Owner: rafaeelaudibert
- License: mit
- Created: 2018-02-05T18:32:46.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T02:33:38.000Z (over 2 years ago)
- Last Synced: 2025-02-01T12:24:13.392Z (8 months ago)
- Topics: css, electron, game, handlebar, html, javascript, kayn, riot-api, riot-games
- Language: SCSS
- Homepage: https://rafaeelaudibert.github.io/Watcher/
- Size: 20.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# LiveTracker
This is a [WIP] project.
This project intends to build an [Electron](https://electronjs.org/) app which shows information about the live match played for a given person in the [League of Legends](https://na.leagueoflegends.com/) game, by RiotGames.
The electron app is powered with HTML, CSS and JS, using [Riot API](https://developer.riotgames.com/) 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
* [Materialize](http://materializecss.com/) - CSS/JS Framework
* [Electron](https://electronjs.org/) - Multi-platform builder
* [Handlebars](http://handlebarsjs.com/) - Mustache-like HTML template, generated with JS
* [Kayn](https://github.com/cnguy/kayn) - Riot Api Wrapper for JS, built by [cnguy](https://github.com/cnguy)## Contributing Guidelines
We use [Gitmoji](https://gitmoji.carloscuesta.me/) in the commits, so we can easily know what was that commit about.
## Authors
* **Rafael Baldasso Audibert** - *Creator* - [rbaudibert](https://github.com/rafaeelaudibert)
## License
This project is licensed under the MIT License - see the [LICENSE.md](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.