Skip to content
This repository has been archived by the owner on Sep 15, 2019. It is now read-only.

max-su/lol-chime-web

Repository files navigation

lol-chime Build Status npm version dependencies Status WTFPL Badge Awesome

Summary

A webapp serving the League of Legends community that runs notifies them when their friends are finished with their game.

Use

  • node server.js
  • Go to http://localhost:5000/

Dependencies

  • Please install Node.js & NPM if you haven't already!
  • Fill out the config.

Config

  • Sign in on your league of legends account on the Riot Games developer portal and grab an API key if you haven't already!
  • In this repository's root directory, do
vim .env.example
  • replace <%= FILL IN API KEY HERE %> with your api key.
  • replace <%= FILL IN REGION CODE HERE %> with your region code(see the following section).
  • replace <%= FILL IN REFRESH RATE %> with how often time interval(seconds) you want to refresh.
  • We recommend a refresh rate of 2 to 10 to keep in line with Riot's allotted limit.
  • 10 requests every 10 seconds
  • 500 requests every 10 minutes
  • Please keep in mind you do not need to put quotation marks around these strings or numbers!
  • cp .env.example .env

Regions

  • BR
  • EUNE
  • EUW
  • JP
  • KR
  • LAN
  • LAS
  • NA
  • OCE
  • TR
  • RU
  • If we don't have your region please blame rito & their chinese overlords. Sorry CN/SEA!

Licenses

This application is under the WTFPL License.

Disclaimer

Lol-Chime 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.

Credits

Credits for art assets go to http://serklaz.deviantart.com/ for the bard gif

About

Fork for webapp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published