diff --git a/README.md b/README.md new file mode 100644 index 0000000..2764393 --- /dev/null +++ b/README.md @@ -0,0 +1,20 @@ +elm-highchart +============= + +A simple dynamic chart with highcharts but with most of the code done in elm + +It is just a proof of concept. + +To play with it download [elm-platform](http://elm-lang.org/Install.elm), +clone the repo somewhere and launch `elm-reactor`: + +~~~ +git clone https://github.com/yogsototh/elm-highchart +cd elm-highchart +elm-reactor +~~~ + +Now you should look at reactor at . +First click on `Test.elm` to compile it, then open the `index.html` file in your browser. + +Enjoy.