Skip to content

Instantly share code, notes, and snippets.

@aamedina
Created February 14, 2013 23:05
Show Gist options
  • Save aamedina/4957219 to your computer and use it in GitHub Desktop.
Save aamedina/4957219 to your computer and use it in GitHub Desktop.
exports.report = ƒ(req, res) {
var streamHash = req.params.stream;
Stream.findById(streamHash, ƒ(err, stream) {
var magicalJSON = {};
res.send(200, stream.interactions);
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment