0.1.0 • Published 9 years ago

node-remote-api-youtube v0.1.0

Weekly downloads
3
License
MIT
Repository
github
Last release
9 years ago

YouTube Plugin for NodeRemoteApi

This module is a plugin for NodeRemoteApi to provide support for YouTube.

Installing

  • From within your local NodeRemoteApi directory run npm install node-remote-api-youtube
  • Add an entry to ./src/var/plugins.json
{
  "remotes": [
    "node-remote-api-youtube"
  ]
}

When NodeRemote starts up it will check this file to see which plugins have been installed. This design may change in the future.