Skip to content

donovanhide/The-Gavel

Repository files navigation

Requires node.js to run the backend

cd /usr/local/src
sudo git clone http://github.com/ry/node.git
cd node
sudo ./configure && make && make install

and then

git clone git://github.com/donovanhide/The-Gavel.git
cd The Gavel
git submodule init
git submodule update
node server.js

will run the server.

To host the html locally, I do:

cd public
python -m SimpleHTTPServer

Viewable at:

http://causelist.org

with data available here:

http://causelist.org/data

alternatively in a tree format

http://causelist.org/data?format=tree

and accepts a JSONP callback, eg:

http://causelist.org/data?callback=cb

About

Track what's going on in the courts of the land, right now!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published