Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bascht/emtip


https://github.com/bascht/emtip

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

        

## EM-Tipp. You know, for nerds.

![Football](http://i.imgur.com/QhDvF.gif)

### Usage
e.g. on heroku:

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