omarahmed10 / youtube-videos

search and display videos using youtube api (WIP)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

youtube-videos

Development setup

To use this application you will need an Youtube API Key. After register and get your key, go to ./src/.env/ and rename the config_example.jsto config.js. Open the file and add your key to the variable API_KEY

  const API_KEY = '<your-api-key>';

  export default API_KEY;

Running

  npm install
  npm start

About

search and display videos using youtube api (WIP)


Languages

Language:JavaScript 94.5%Language:HTML 4.1%Language:CSS 1.4%