Skip to content

AndrewMore/Juldorian-TV

Repository files navigation

Juldorian TV

                    React Repo Size GitHub Issues Contributions welcome GPL License

A custom Youtube viewer I made for my kids using React and the Youtube API. Future feature releases will be oriented towards resolving conflict issues amongst the kids related to turn sharing when watching Youtube.

Table of Contents

  1. Usage
  2. Set-Up
  3. Pending Features
  4. Development By
  5. License
  6. Contributing

Usage

You can search, and the results will populate in the right-hand sidebar. Any result can then be selected, and will be reflected in the main video player.

Set-Up

From within the root directory:

git clone
yarn install
cp src/config/youtube.example.js src/config/youtube.js

Replace 'YOUR_API_KEY_HERE' with your Youtube API key, and save.

yarn run build
yarn start

Pending Features

  • Add multiple search result display, so both kids can have their search results shown.
  • Add a 'random' button, to randomly play a video from the search results.
  • Add a set-up view, where the background, and character images can be customized.

Development by

Developer / Author: Andrew More

License

GNU General Public License Version 3.0

This work by Andrew More is licensed under a GNU General Public License Version 3.0.

Contributing

All contributions are welcome! Please take a moment to review guidelines Feature Requests | Issues