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

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

Awesome Lists containing this project

README

          

# elm-soccer-tracker
Track events on a football pitch in Elm (v0.18).

[![Screenshot](preview.png)](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
```