Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/brunos3d/maratona

🎬 REACT.JS - Insert your list of video links and press play.
https://github.com/brunos3d/maratona

maratona react video-player youtube

Last synced: about 2 months ago
JSON representation

🎬 REACT.JS - Insert your list of video links and press play.

Awesome Lists containing this project

README

        

# Maratona
![build-status](https://travis-ci.com/BrunoS3D/Maratona.svg?branch=master)
🎬 REACT.JS - Insert your list of video links and press play. [Preview](https://brunos3d.github.io/Maratona/)

## About
A YouTube-inspired interface where you simply paste a video URL list and can enjoy watching.

## Acceptable formats
You can paste a simple list separated by spaces, commas or line breaks as shown below:

```yaml
http://media.w3.org/2010/05/bunny/movie.mp4,
http://media.w3.org/2010/05/bunny/trailer.mp4
http://media.w3.org/2010/05/sintel/trailer.mp4
```

Or if you prefer you can use a string array in JSON format

```js
[
"http://media.w3.org/2010/05/bunny/movie.mp4",
"http://media.w3.org/2010/05/bunny/trailer.mp4",
"http://media.w3.org/2010/05/sintel/trailer.mp4"
]
```