Macsch15 / youtube-dislike

Show dislikes for youtube video

Home Page:https://vug.pl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Show dislikes for youtube video

https://vug.pl


Languages

Language:JavaScript 88.9%Language:HTML 9.2%Language:CSS 1.9%