Skip to content

Instantly share code, notes, and snippets.

@anujanegi
Last active May 14, 2020 19:17
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anujanegi/6812e3ec6c9d3d8fc678bf8f6484c79c to your computer and use it in GitHub Desktop.
Save anujanegi/6812e3ec6c9d3d8fc678bf8f6484c79c to your computer and use it in GitHub Desktop.
Know Me
Display the source blob
Display the rendered blob
Raw
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {
"Event": "PyCon India 2019",
"Role": "Attendee",
"Details": "Networked with pythonistas!"
},
"geometry": {
"type": "Point",
"coordinates": [
80.244956,
12.961442
]
}
},
{
"type": "Feature",
"properties": {
"Event": "Google Devfest 2019",
"Role": "Attendee/Member"
},
"geometry": {
"type": "Point",
"coordinates": [
80.205191,
13.017318
]
}
},
{
"type": "Feature",
"properties": {
"Event": "wmn; hackathon",
"Role": "Hacker",
"Details": "Top 6! Deployed a mobile app to help people book ambulances in times of need. https://www.youtube.com/watch?v=m5LBDQhqL84"
},
"geometry": {
"type": "Point",
"coordinates": [
77.609564,
12.939196
]
}
},
{
"type": "Feature",
"properties": {
"Event": "Google Cloud Study Jam | Google Developers Group",
"Role": "Attendee/Member",
"Details": "Hands-on Kubernetes JAM!"
},
"geometry": {
"type": "Point",
"coordinates": [
80.243886,
12.970696
]
}
},
{
"type": "Feature",
"properties": {
"Event": "Google Developers Group Meetup",
"Role": "Attendee/Member"
},
"geometry": {
"type": "Point",
"coordinates": [
80.245900,
12.984151
]
}
},
{
"type": "Feature",
"properties": {
"Event": "Google Devfest 2018",
"Role": "Attendee/Member"
},
"geometry": {
"type": "Point",
"coordinates": [
80.168349,
13.031071
]
}
}
,
{
"type": "Feature",
"properties": {
"Event": "InOut Hackathon",
"Role": "Participant",
"Details": "India's largest community hackthon"
},
"geometry": {
"type": "Point",
"coordinates": [
77.662072,
12.994036
]
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment