Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bascht/emtip
https://github.com/bascht/emtip
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bascht/emtip
- Owner: bascht
- Created: 2012-06-20T11:28:53.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-06-22T07:43:15.000Z (over 12 years ago)
- Last Synced: 2024-04-14T14:15:29.668Z (7 months 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.
![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"
}
]
```