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

https://github.com/brainrake/furp

FRP with LiveScript
https://github.com/brainrake/furp

Last synced: about 1 year ago
JSON representation

FRP with LiveScript

Awesome Lists containing this project

README

          

FRP with LiveScript

inspired by http://elm-lang.org/ and https://github.com/raimohanska/bacon.js

install deps:

$ npm install -g livescript bower
$ bower install

watch and compile:

$ livescript -wck furp.ls

run:

$ serve

and visit http://localhost:3000