https://github.com/binarymuse/functional-reactive-calculator-js
Calculator using functional reactive programming techniques in JavaScript
https://github.com/binarymuse/functional-reactive-calculator-js
Last synced: 11 months ago
JSON representation
Calculator using functional reactive programming techniques in JavaScript
- Host: GitHub
- URL: https://github.com/binarymuse/functional-reactive-calculator-js
- Owner: BinaryMuse
- Created: 2013-09-11T05:16:54.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-09-11T19:19:29.000Z (almost 13 years ago)
- Last Synced: 2024-11-30T08:41:33.629Z (over 1 year ago)
- Language: CSS
- Homepage: http://binarymuse.github.io/functional-reactive-calculator-js/
- Size: 477 KB
- Stars: 4
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Functional Reactive Calculator
==============================
This project is an experiment in functional reactive programming using [the Bacon.js FRP library for JavaScript](https://github.com/baconjs/bacon.js).
The primary files for inspection are `index.ejs` and `js/calculator.coffee`.
Demo
----
The app is running at http://binarymuse.github.io/functional-reactive-calculator-js/
Starting the App
----------------
Requires [Node.js](http://nodejs.org)
1. Clone the repository
2. `npm install`
3. `npm start`
4. Visit `http://localhost:9000/`
You can regenerate the Docco documentation with
./node_modules/.bin/docco js/calculator.coffee