Skip to content

Latest commit

 

History

History
50 lines (39 loc) · 1.27 KB

README.md

File metadata and controls

50 lines (39 loc) · 1.27 KB

LoLChampStats

Summary

This is a basic Web Data Connector for use with Tableau Public that connects to Riot Games' Data Dragon API. It returns static League of Legends champion data for all champions, for the patch version(s) specified.

Currently includes the following base champion statistics...

  • Champion Id
  • Champion Name
  • Par Type
  • Role 1
  • Role 2
  • Armor
  • Armor per Level
  • Attack Damage
  • Attack Damage per Level
  • Attack Range
  • Attack Speed Offset
  • Attack Spped per Level
  • Critical Strike
  • Critical Strike per Level
  • Health
  • Health per Level
  • Health Regen
  • Health Regen per Level
  • Movement Speed
  • Mana Pool
  • Mana Pool per Level
  • Mana Pool Regen
  • Mana Pool Regen per Level
  • Magic Resist
  • Magic Resist per Level

Development Server

  • make sure you have nodejs installed on your machine
  • run npm install in the directory to have express installed
  • run npm run start to start the express server
  • navigate to http://localhost:8080

References

Tableau Public

Tableau Public - Web Data Connector

Riot Games - League of Legends

Riot Games - Data Dragon