Add audit data viewing page
Created by: cschloer
Adds audit data viewing page. There is a cors issue related to making a request from localhost. I think this will only happen when running locally but it remains to be seen.
In the meantime, to test locally you should kill all your chrome processes (on linux 'pgrep chrome | xargs kill') and run the following command
(on linux) google-chrome --disable-web-security --user-data-dir (on osx) open -a Google\ Chrome --args --disable-web-security --user-data-dir
^ osx hasn't been tested but that should do the same thing.
You'll know it's working if you get a warning that looks like this:

(https://stackoverflow.com/questions/3102819/disable-same-origin-policy-in-chrome)