A simple JS code for create youtube search using Youtube API v3, and show the videos on iframe
Create a GOOGLE_API_KEY on https://console.developers.google.com/apis for use youtube service videos search, and run the code in a localhost server as sample nodejs http-server
- Installation via
npm
:
npm install http-server -g
- Server start
http-server [file folder path]
[file folder path]
as /home/site/
linux or c:\site\
windows
- Run
open browser localhost:8080/tubiu.html