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
- Host: GitHub
- URL: https://github.com/hasithaishere/ms-youtube-viewer
- Owner: hasithaishere
- Created: 2016-04-03T07:40:57.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-04T07:21:40.000Z (about 10 years ago)
- Last Synced: 2025-01-07T12:47:37.867Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
[](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