Skip to content

Latest commit

 

History

History
executable file
·
35 lines (22 loc) · 992 Bytes

File metadata and controls

executable file
·
35 lines (22 loc) · 992 Bytes

cmnode

An experiment with node.js, WebSockets, GeoIP, and the Campaign Monitor API and how this combination be used for cool things.

Update: This little project was the inspiration for what became Campaign Monitor Worldview

Requirements

Installation

git clone git://github.com/jdennes/cmnode.git
cd cmnode

# Copy and edit the sample config file
cp config/app.json.sample config/app.json

Running it

To start the server (runs on port 8000), run:

node server.js

Then open index.html to connect to the server. If people like your campaign, you should see something like this:

cmnode in action

Have fun!