Last active
August 29, 2015 14:24
-
-
Save ryanwarsaw/e09456b8b6b41240b2a2 to your computer and use it in GitHub Desktop.
OvercastAPI mappings JSON file!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"id": "globalKills", | |
"selector": "html body div.container section div.row div.span7 div.row-fluid div.span8 div.row-fluid div.span5 h2[title]", | |
"filter": "^.*kills.*$" | |
}, | |
{ | |
"id": "globalDeaths", | |
"selector": "html body div.container section div.row div.span7 div.row-fluid div.span4 h2[title]", | |
"filter": "^.*deaths.*$" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment