mmack / emtip

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EM-Tipp. You know, for nerds.

Football

Usage

e.g. on heroku:

curl http://em.bascht.com/viertelfinale.json|python -mjson.tool
[
    {
        "match": [
            "Tschechien", 
            "Portugal"
        ], 
        "result": "3:1"
    }, 
    {
        "match": [
            "Deutschland", 
            "Griechenland"
        ], 
        "result": "4:0"
    }, 
    {
        "match": [
            "Spanien", 
            "Frankreich"
        ], 
        "result": "4:0"
    },     {        "match": [
            "England", 
            "Italien"
        ], 
        "result": "3:2"
    }
]

About


Languages

Language:Ruby 100.0%