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

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

Awesome Lists containing this project

README

          

# Orodarius

[![Build Status](https://travis-ci.org/argshook/orodarius.svg?branch=master)](https://travis-ci.org/argshook/orodarius)
[![Coverage Status](https://coveralls.io/repos/argshook/orodarius/badge.svg?branch=master&service=github)](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"]`