Last active
August 29, 2015 14:00
-
-
Save shamil614/ad68b05b3e98ca78538d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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