function regionToDollars()

in index.js [167:169]


function regionToDollars(region) {
  return Math.floor(region.gce_normalized * 2.9 + 1)
}