Skip to content

A simple JS code for create youtube search using Youtube API v3, and show the videos on iframe

License

Notifications You must be signed in to change notification settings

taranttini/tubiu-clone-js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

tubiu-clone-js

A simple JS code for create youtube search using Youtube API v3, and show the videos on iframe

Quick start

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

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

Links

About

A simple JS code for create youtube search using Youtube API v3, and show the videos on iframe

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages