Skip to content

yang-wei/elmflux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Let's prove that Elm signals do exist =)

Like the diagram above, Elmflux is a web app that visualizing Signal in Elm. If you do not know anything about Signal then you can read it on my blog. Elmflux is inspired by rxmarbles which visualizes Rx operators.

How to use ?

For some signals, you have to move your mouse, type using your keyboard or resizing browser. You probably can guess what to do when you see the signal name.

Contributing

More examples will be added to the website soon. I currently do not have roadmap of this repository yet so any ideas are welcome.

To run it locally, fork and clone this repository. Make sure you have Elm installed then

elm make src/Main.elm --output build/main.js
open index.html

I am using travis to deploy this application and all the scripts are in deploy.sh

Read more