https://github.com/bascht/emtip
https://github.com/bascht/emtip
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bascht/emtip
- Owner: bascht
- Created: 2012-06-20T11:28:53.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-06-22T07:43:15.000Z (almost 14 years ago)
- Last Synced: 2025-02-11T11:56:59.843Z (about 1 year ago)
- Language: Ruby
- Size: 113 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## EM-Tipp. You know, for nerds.

### 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"
}
]
```