function parseA()

in service.js [60:62]


function parseA(req) {
  return numeral(req.query.a).value();
}