An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# LiveTracker
![LiveTracker](/assets/icons/png/icon.png)

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.