Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 29 days ago
JSON representation

Calculator using functional reactive programming techniques in JavaScript

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