Simple Node module for showing some Google Visualizations of our crawled documents in CouchDB.
Available at http://couchdb.khresmoi.eu.
Simply run:
$ npm install
$ COUCHDB_USER=MY_USER_NAME COUCHDB_PASSWORD=MY_PASSWORD node server.js
To override the CouchDB host (e.g. when using localhost
on the machine
itself), do:
$ COUCHDB_HOST=localhost node server.js