Skip to content

Instantly share code, notes, and snippets.

@GregoryArmstrong
Last active February 29, 2016 19:42
Show Gist options
  • Save GregoryArmstrong/1d52037f1e7d7cf9bb38 to your computer and use it in GitHub Desktop.
Save GregoryArmstrong/1d52037f1e7d7cf9bb38 to your computer and use it in GitHub Desktop.

[SummonerStats]

Pitch

Leage of Legends statistics aggregator, w/ features to compare your account's characters played against top player accounts and be provided character suggestions

Problem

League of Legends game stats are viewable on a limited basis through the game maker's website, however their API provides much more information than they show on their own site. Additionally, there's no real way to compare your playstyle against professional players unless you look up their accounts manually and make comparisons yourself. This site would provide more extensive game information as well as a comparison to top players you're most similar to. Once compared, the site will suggest game characters you could play that match the pro player being compared, so that you can learn from their playstyle and improve your own play.

Solution

My site will collect your account information and display a table showing your most recent games played with statistics about each. Once requested, the site will summarize the top players in your region and compare their stats to your own, providing 1-3 players whose stats mirror your own, and then suggest characters that they use frequently for your own use.

Target Audience

15-30 age range, students and young professionals who game frequently, are fans/viewers of eSports or use Reddit's /r/leagueoflegends subreddit

Integrations

  • Which APIs will you use?

    • Riot Games API, will also most likely build my own to cache player data for quicker access, and Twitter so users can post about what they found on the site.
  • Which OAuth integration are you planning to use?

    • Twitter OAuth.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment