3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-24 04:49:25 +01:00
dbot/modules/web
2013-01-11 22:39:32 +00:00
..
config.json update stats 2012-12-29 14:34:24 +00:00
README.md Add stats to userlist [#117] 2013-01-11 22:39:32 +00:00
web.js fix express close for 3.0. you could document your shit guys 2013-01-05 01:36:36 +00:00

Web

Web interface

Description

Its a web interface for DBot. What of it?

Requirements

###Twitter Bootstrap

cd depressionbot/public/
wget http://twitter.github.com/bootstrap/assets/bootstrap.zip
unzip bootstrap.zip
rm bootstrap.zip

###d3.js

cd depressionbot/public/
mkdir d3
cd d3
wget http://d3js.org/d3.v3.zip
unzip d3.v3.zip
rm d3.v3.zip