This is a sample application for demonstration purposes.
REDIS_HOST
- Redis server hostname or ip address [localhost]
REDIS_PORT
- Redis server port [6379]
PORT
- Port for the HTTP API to listen on [8000]
This requires NodeJS v0.10 minimum
npm install
installs dependencies
npm start
starts the application
npm test
executes unit tests