This is a rewrite of the Fay mapview code with PureScript.
sudo yum install npm
git clone git://github.com/noexc/mapview-psc.git # Anonymous clone
git clone git@github.com:noexc/mapview-psc.git # Authorized clone
cd mapview-psc
npm install
export PATH=$PATH:node_modules/.bin/
bower update
grunt
firefox html/index.html
MIT