Skip to content

danyx23/cyclejsBMI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A reimplementation of the omniscient omniBMI in cycleJS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published