Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bnhovde/videogallery
Source code for the video gallery
https://github.com/bnhovde/videogallery
Last synced: 13 days ago
JSON representation
Source code for the video gallery
- Host: GitHub
- URL: https://github.com/bnhovde/videogallery
- Owner: bnhovde
- Created: 2016-04-22T12:12:56.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-04-23T11:03:30.000Z (over 8 years ago)
- Last Synced: 2023-08-30T23:19:50.745Z (over 1 year ago)
- Language: JavaScript
- Size: 3.02 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Video Gallery
Interactive videoplayer written in plain ES6.
[Live demo](https://bardhovde.com/videogallery)
## Notes
This videoplayer was built within a very short timeframe.
Below is a list of required improvements in order of importance:
* Cross-browser compatability
* Better mobile experience
* Custom videoplayer theme
* Asset optimisation
* Responsive images
* Accessability review## Stack
The app is written in plain JavaScript (ES6). The only 3rd party library is [fetch](https://github.com/github/fetch) for API calls.
Source(ES6) -> babel -> dist(ES5)
## Developing
First, install dependencies
```
npm install
```Then run:
```
npm run watch
```## Troubleshooting
If you're having problems you might need to update your npm version