An open API service indexing awesome lists of open source software.

https://github.com/danielkov/randtube

React App to watch random videos from YouTube.
https://github.com/danielkov/randtube

Last synced: 10 months ago
JSON representation

React App to watch random videos from YouTube.

Awesome Lists containing this project

README

          

This project was bootstrapped with [Create React App](https://github.com/facebookincubator/create-react-app).

# Get the App

```sh
git clone
```

# Run the App

```sh
npm install && npm start
```

This will install all dependencies and start CRA.

For other options, see the docs for Create React App.

## Description

This is an MVP (minimal viable product) for a React-based random YouTube video viewer. In it, you can see how to scale a Video component with the viewport and how to get a random YouTube video with a very simple solution.