Skip to content

Instantly share code, notes, and snippets.

@coryhouse
Last active October 7, 2016 10:12
Show Gist options
  • Save coryhouse/3ab83eba0d7abb23b6a07e8e65fdcf04 to your computer and use it in GitHub Desktop.
Save coryhouse/3ab83eba0d7abb23b6a07e8e65fdcf04 to your computer and use it in GitHub Desktop.
Mock data for API call in "Building a JavaScript Development Environment" on Pluralsight
[
{"id": 1,"newMpg":24,"tradeMpg":18,"pricePerGallon":"$1.34","milesDrivenPerMonth":954},
{"id": 2,"newMpg":28,"tradeMpg":39,"pricePerGallon":"$2.96","milesDrivenPerMonth":298},
{"id": 3,"newMpg":44,"tradeMpg":31,"pricePerGallon":"$3.72","milesDrivenPerMonth":264}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment