Skip to content

Macsch15/youtube-dislike

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

youtube-dislike

A simple app written in React.js that shows dislikes (also likes) in youtube video. Zrzut ekranu 2022-05-10 o 10 36 18

How to install?

Add Google API v3 key in /src/config.json:

{
  "GOOGLE_YOUTUBE_API_KEY": "api-key"
}

Instructions how to obtain API key: https://developers.google.com/youtube/v3/getting-started

Note: Youtube API is used only for video title, comments count, date added.

Then:

$ npm install

Development:

$ npm start

Production:

$ npm run build

Then copy contents of /build folder to server.