Hi, I can't find much documentation on how to actually implement this, but I've been following the npm page: https://www.npmjs.org/package/ic-ajax.
I don't have it doing anything yet, but putting
var ajax = ic.ajax; into app.js turns an error: ic is not defined.
(var ajax = require('ic-ajax')) creates a different error, require is not defined).
I've got ic-ajax installed (via npm), so I'm not sure what I need to do to get it to work.