This repository has been archived by the owner on Jul 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
API
nikhil-thakkar edited this page Dec 19, 2018
·
5 revisions
The cloud function is hosted here: https://us-central1-gdgmadevents.cloudfunctions.net/event/.
Don't forget to add the trailing '/' otherwise it won't work.
For testing purposes use the mock data here.
Below is the sample response format ready to consume:
[
{
"venue": {
"address": "Endurance International Group\nUnit No. 501, 5th Floor, IT Building 3, Nesco IT park,\nNesco Complex, Western Express Highway,\nGoregaon (east), Mumbai-400063",
"link": "https://goo.gl/maps/MuPPtLuHVuL2"
},
"agenda": [
{
"end": "12:15 pm",
"name": "try! Swift",
"speaker": {
"twitter": "@_yogeshsingh",
"name": "Yogesh Singh"
},
"start": "11:45 am"
},
{
"end": "01:15 pm",
"name": "PWAMP, the music of AMP+PWA",
"speaker": {
"name": "Rajat Chowdhary",
"twitter": "@technorajat"
},
"start": "12:30 pm"
},
{
"start": "11:00 am",
"end": "11:45 am",
"name": "We build Empathy, not Just Models",
"speaker": {
"twitter": "@Avanish52111547",
"name": "Avani Shah"
}
}
],
"desc": "<p><span style=\"color: rgb(46,62,72);background-color: rgb(246,247,248);font-size: 16px;font-family: Graphik Meetup\", -apple-system, system-ui, Roboto, Helvetica, Arial, sans-serif;\">We're GDG MAD now!</span><br><span style=\"color: rgb(46,62,72);background-color: rgb(246,247,248);font-size: 16px;font-family: Graphik Meetup\", -apple-system, system-ui, Roboto, Helvetica, Arial, sans-serif;\">Join us for our first meetup as a GDG, with three riveting talks, followed by our very first edition of Lets Build, an initiative which we'll tell you more about on the day!</span></p>\n",
"name": "GDGMAD November, 2018",
"time": 1542997800000,
"date": "24-11-2018"
}
]