0.1.1 • Published 9 years ago

node-remote-api-netflix v0.1.1

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

Netflix Plugin for NodeRemoteApi

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

Installing

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

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