Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 1.3 KB

README.md

File metadata and controls

50 lines (29 loc) · 1.3 KB

Youtube Video Fetch

The main domain of this project is to fetch the Youtube videos based on the search.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development.

Prerequisites

  • Install the Node.js in your PC.
  • Login to Google Developer Console.
  • Create a project and search for the Youtube Data Api then enable API for the project you have created.
  • Copy and Paste the API Key in the index.html[ Line: 29].

Installing

A step by step series of examples that tell you how to get a development env running.

  • Open the terminal or powershell and go to the project path and type the below command
 npm install
  • open terminal or powershell and enter the below command
node index.js

open the browser and go to localhost:3000

Built With

Screenshots

Home page Search Results Mobile Display

Authors