A simple app written in React.js that shows dislikes (also likes) in youtube video.
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.