Giter Site home page Giter Site logo

dotapicks's Introduction

Bitdeli Badge Build Status Built with Grunt

dotapicks

A json database of dota heroes and their counters

Heroes are described in the following format

"Bloodseeker" : {
  "nicknames":"bs",
  "winningMatchups":{
    "Slark":2
}}

Hero names

All hero names are exactly as they appear on http://www.dota2.com/heroes/ this lends itsself well to pulling imagines and data from dota2.com. For heroes with multi-word names one needs to replace the space character with _ when querying dota2.com. For example Outworld Devourer's page can be found at http://www.dota2.com/hero/Outworld_Devourer/.

Matchups

Only positive matchups are recorded, and are ranked on a scale from 1-3. Where 3 indicates the hero is a hard counter.

Nicknames

Nicknames are common names used in the dota 2 community to refer to a hero. Some of these names come from other games (dota, HoN), and some are just shorthand versions. This value can be a string, or an array of strings depending on how many nicknames the hero has.

Database structure

Keep it flat. When it using this database in an application one should optimize it for the way it will be used. E.G. if you need fast lookups reolving a nickname to a hero build a dictionary rather than using the database directly.

dotapicks's People

Contributors

jmaxxz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.