Skip to content

Instantly share code, notes, and snippets.

@theterg
Created May 1, 2013 17:18
Show Gist options
  • Save theterg/5496696 to your computer and use it in GitHub Desktop.
Save theterg/5496696 to your computer and use it in GitHub Desktop.
Bike Air Quality message format
Location is the same as normal, but with some extra data that isn't strictly necessary
{
'feed': {
'latitude': '',
'satellites': 0,
'valid': False,
'longitude': ''
},
'name': 'Location'
}
Air quality is currently a raw feed. Value typically maxes out around 880.
{
'feed': {
'value': 420
},
'name': 'AirQuality'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment