Planning a special moment with your friends or your significant other should not be cumbersome and stressful. It should be easy to try new things, discover new places or new bands.
That's why Voice Concierge was created!
With the help of Alexa, Voice Concierge lets you search for an event on Ticketmaster or a restaurant nearby.
And no need for you to note the address, the time or anything because once you've selected your activities we'll send you all that directly on your phone.
After all, you probably don't realize it yet, but you might remember that moment for a very long time!
Why not remember how easy it was to plan that night ?
ResultGoogle Maps Geocoding API:
Usage: The user needs to configure his location and the Geocoding API is used to transform the text provided by Alexa to the latitude and longitude of that location.
Link: https://developers.google.com/maps/documentation/geocoding/start
Ticketmaster Discovery API:
Usage: The Discovery API is used to search for events near the location of the user (latitude and longitude)
Link: http://developer.ticketmaster.com/products-and-docs/apis/discovery/v2/
Google Place API:
Usage: The Place API is used to search for restaurants near the location of the user (latitude and longitude)
Link: https://developers.google.com/places/web-service/
Twilio REST API:
Usage: Twilio is used to send detailled information to the user about the selected activites.
Link: https://www.twilio.com/docs/api/rest
Next Step:Save default location and phone number in DynamoDB
Enable Account Linking (OAuth)
Make use of the Ticketmaster Commerce API to actually purchase tickets
Add more activities or service to Voice Concierge like:
- Ordering drinks on Drizzly or pizza on Domino's
- Request a ride using Uber or Lyft
- Play a track of the selected artists using Spotify
Comments