/elm-fib-rug-plot

Rug plot of Fibonacci sequence

Primary LanguageElmMIT LicenseMIT

fib-rug-plot

This little Elm web application draws a rug plot of some Fibonacci sub-sequence.

$ npm install
$ elm-make

Now build the example using webpack:

$ npm run build

Open the dist/index.html file to see the result.