dbot/modules-stock/web
Georg Pfuetzenreuter 70a21d2b18
Signed-off-by: Georg <georg@lysergic.dev>
Init

- Initial fixes in modules
- Bundled adapted jsbot
- Elaborative README.md
2021-08-24 21:16:26 +02:00
..
README.md Signed-off-by: Georg <georg@lysergic.dev> 2021-08-24 21:16:26 +02:00
api.js Signed-off-by: Georg <georg@lysergic.dev> 2021-08-24 21:16:26 +02:00
config.json Signed-off-by: Georg <georg@lysergic.dev> 2021-08-24 21:16:26 +02:00
strings.json Signed-off-by: Georg <georg@lysergic.dev> 2021-08-24 21:16:26 +02:00
web.js Signed-off-by: Georg <georg@lysergic.dev> 2021-08-24 21:16:26 +02:00

README.md

Web

Web interface

Description

Its a web interface for DBot. What of it?

Requirements

Express and Jade

npm install express jade

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