Node.js
Install
Install via npm and save the dependency in your package.json:
npm install functional.js --saveThen to include functional.min.js in your app:
var fjs = require("functional.js");Update
npm update functional.jsClient side
Direct include
There is no CDN yet, you should download the latest minified version from here and host it yourself. Once you reference the js file “fjs” will become a global variable.
Bower
bower install functional.jsSource code
The source code is available on Github, you can clone the repo:
git clone git@github.com:leecrossley/functional-js.git