https://github.com/torvaney/elm-soccer-tracker
Track xy coordinates of events on a soccer pitch
https://github.com/torvaney/elm-soccer-tracker
elm
Last synced: about 1 year ago
JSON representation
Track xy coordinates of events on a soccer pitch
- Host: GitHub
- URL: https://github.com/torvaney/elm-soccer-tracker
- Owner: Torvaney
- Created: 2017-03-21T21:34:12.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-03-27T20:01:22.000Z (about 9 years ago)
- Last Synced: 2025-04-06T17:06:44.226Z (about 1 year ago)
- Topics: elm
- Language: Elm
- Homepage: torvaney.github.io/projects/tracker
- Size: 105 KB
- Stars: 24
- Watchers: 1
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# elm-soccer-tracker
Track events on a football pitch in Elm (v0.18).
[](https://torvaney.github.io/projects/tracker)
Try it out [here](https://torvaney.github.io/projects/tracker).
## Compile
Compile to javascript with `elm-make`
```
elm-make src/elm/Main.elm --output src/static/js/main.js
```