Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 728 Bytes

README.md

File metadata and controls

39 lines (26 loc) · 728 Bytes

HON CouchDB Visualization

Simple Node module for showing some Google Visualizations of our crawled documents in CouchDB.

Available at http://couchdb.khresmoi.eu.

Deploy it yourself

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

Developer

Maintainer

License

Apache 2.0.