https://github.com/argshook/orodarius
youtube player for videos from reddit
https://github.com/argshook/orodarius
javascript reddit youtube-player
Last synced: 21 days ago
JSON representation
youtube player for videos from reddit
- Host: GitHub
- URL: https://github.com/argshook/orodarius
- Owner: argshook
- License: mit
- Created: 2015-04-03T20:26:02.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-10-26T12:53:48.000Z (over 7 years ago)
- Last Synced: 2025-01-14T12:34:51.767Z (over 1 year ago)
- Topics: javascript, reddit, youtube-player
- Language: JavaScript
- Homepage: http://arijus.net/orodarius
- Size: 2.11 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Orodarius
[](https://travis-ci.org/argshook/orodarius)
[](https://coveralls.io/github/argshook/orodarius?branch=master)
A youtube video player for reddit. [arijus.net/orodarius](https://arijus.net/orodarius).
## Setting up
* `npm install` to install node & bower packages
* `npm start` or `npm run dev` to serve at [https://localhost:3333](https://localhost:3333)
* `npm run prod` to minify javascript and css files for production deployment
* `npm test` to run unit tests with [karma](https://karma-runner.github.io)
You can deploy to `gh-pages` using `./deploy.sh`.
Notes:
- Karma will run tests on save. To insure that changes are saved be sure to have `npm start` or `npm run dev` running in the console
- You can set the browsers that you would like to target in the `/test/karma.conf.js` file E.g. `browser = ["ChromeCanary", "Firefox"]`