learning streams and npm modules
basic node.js custom api and server to return a random image and colour theme
client runs on browserify
clone the repo
git clone https://github.com/genevievebelle/node-colour-bot
cd node-colour-bot
npm install
to start the api
node api/api.js
to start the server in another tab
node server.js
Navigate to localhost:4000
for the interactive UI experience of your dreams!
Tests powered by tape run
node test/index.js