Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 795 Bytes

README.md

File metadata and controls

37 lines (24 loc) · 795 Bytes

u-wave-web-dailymotion

A Dailymotion player for the üWave Web Client.

Installation

npm install --save u-wave-web-dailymotion

Usage

First, install the Dailymotion source plugin for the üWave server. It allows users to search for Dailymotion videos to add to their playlists.

Then, in your üWave Web Client plugins file, do:

import dailymotion from 'u-wave-web-dailymotion';

uw.source('dailymotion', dailymotion);

And in your üWave Web Client plugin styles file, do:

@import "u-wave-web-dailymotion";

License

MIT