Skip to content

Instantly share code, notes, and snippets.

@shawngraham
Created February 28, 2015 12:55
Show Gist options
  • Save shawngraham/cae4d70f3feb24d913f9 to your computer and use it in GitHub Desktop.
Save shawngraham/cae4d70f3feb24d913f9 to your computer and use it in GitHub Desktop.
#mobilearc geolocated tweets
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"geometry": {
"type": "Point",
"coordinates": [
-71.445402,
42.304391
]
},
"type": "Feature",
"properties": {
"name": "John Muccigrosso",
"url": "http://twitter.com/JD_PhD/status/571376793783021568",
"text": "Snow stratigraphy in the frozen north #MobileArc http://t.co/OF9Y0FGj4Z",
"created_at": "Fri Feb 27 18:30:17 +0000 2015",
"profile_image_url": "http://pbs.twimg.com/profile_images/1212315603/Murlo_face_normal.jpg",
"screen_name": "JD_PhD"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment