A Dailymotion player for the üWave Web Client.
npm install --save u-wave-web-dailymotion
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";