Skip to content

Instantly share code, notes, and snippets.

@shamil614
Last active August 29, 2015 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shamil614/ad68b05b3e98ca78538d to your computer and use it in GitHub Desktop.
Save shamil614/ad68b05b3e98ca78538d to your computer and use it in GitHub Desktop.
// job quote make the following assumptions:
// 1 hr job during the week (normal/standard rate)
// travel costs are included
// includes interp minimum job hours (some interps have a requirement for two hours)
// does not include tax
{ "job_quote": { "min_cost": "$20", "max_cost": "$65" }
"interpreters":
[
{ "cityState": "Austin, TX 78758", "latitude": 123.456, "longitude": 123.456, "hourlyRate": "$45" },
{ "cityState": "San Antonio, TX 77577", "latitude": 456.789, "longitude": 456.789, "hourlyRate": "$65" },
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment