From 5aa47707f79f9b787b02df5f7bef1700a16ede70 Mon Sep 17 00:00:00 2001 From: Yann Esposito Date: Mon, 22 Dec 2014 19:53:11 +0100 Subject: [PATCH] Create a README.md --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md 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.