Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 672 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 672 Bytes

cylcebmi

simple body mass index calculator built with cylcejs. This is a simple example that mirrors @lefant's purescript and react + omniscient versions of the same bmi calculator, but with cyclejs instead of react.

demo url: http://danielbachler.de/files/cyclejsBMI/index.html

learn more about the BMI on wikipedia: http://en.wikipedia.org/wiki/Body_mass_index


to assemble the code:

  npm install
  webpack

At the time of writing the stream branch of cycle does not have a lib directory, so you need to build it:

  cd node_modules/cyclejs
  npm run compile-lib