#WTFQR#
##Installation##
You will need Node and NPM installed
Clone the repo down
git clone git@github.com:jamienewman/WTFQR.git
###Dependancies###
Run this to install dependencies:
cd WTFQR && npm install -d
This will bring in all the necessary stuff, if it fails, this is due to a dependency of node-canvas:
brew install cairo
###Running the app###
From the command line:
node wtfqr.js
and open your browser to
localhost:3000