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

https://github.com/hasithaishere/ms-youtube-viewer

React component for view given youtube URL's video
https://github.com/hasithaishere/ms-youtube-viewer

Last synced: 10 months ago
JSON representation

React component for view given youtube URL's video

Awesome Lists containing this project

README

          

# YouTube Viewer

This is the react component which is build by Hasitha Prabhath Gamage. Main functionality of this when user paste or type the youtube URL in the URL input field, it automatically preview the relevant video. You can see it using following youtube video and imagine how it works.

[![Click here to go youtube video](https://img.youtube.com/vi/bts7rcjjKw0/0.jpg)](https://www.youtube.com/watch?v=bts7rcjjKw0)

### Version

0.0.1 - Beta version

### Setup

You need Gulp installed globally:

```sh
$ npm install -g gulp
```

```sh
$ git clone https://github.com/hasithaishere/ms-youtube-viewer.git
$ cd ms-youtube-viewer
$ npm install
$ npm start
```

This application start on [http://localhost:8000/](http://localhost:8000/)

### Stuff used to make this:

* [React](https://facebook.github.io/react/)
* [Web Pack](https://webpack.github.io/) for packaging