Skip to content

Latest commit

 

History

History

GSP487_Google-Assistant-Build-a-YouTube-Entertainment-App

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

GSP487 —— Google Assistant: Build a Youtube Entertainment App

Table of Contents (🔎 Click to expand/collapse)

Overview

Google Assistant is a personal voice assistant that offers a host of actions and integrations. From sending texts and setting reminders, to ordering coffee and playing music, the 1 million+ actions available suit a wide range of voice command needs.

Cloud Functions is a lightweight compute solution for developers to create single-purpose, stand-alone functions that respond to Cloud events without the need to manage a server or runtime environment.

The Youtube Data API allows you to access millions of Youtube videos and their associated metadata through HTTP requests.

By utilizing Cloud Functions and the Youtube Data API, you will build an Assistant application that takes in a user's favorite music artist and generates their top ranking songs with links and thumbnails.

References