KraigM / HomeBridgeController

Provides a simplified UI for controlling your HomeBridge
88 stars 7 forks source link

Properly load new available plugins #13

Closed KraigM closed 8 years ago

KraigM commented 8 years ago

Right now it requires an update to refresh the list of plugins, do to the fact that npm search involves a complete local index of all the things on npm (no I'm not even joking, they download meta data on every single package on the npm registry).

To start, I might just throw a JSON file on S3 that I update, but if anyone else has any better ideas I would love to hear it.

KraigM commented 8 years ago

Thanks to RIG (Random Internet Guy) I was able to create a keyword search from the plugin directly. Granted there is no guarantee it will be valid in the future, but for now it will work.

http://stackoverflow.com/a/13657540/3578535

KraigM commented 8 years ago

Finished and will be in the next release (0.3.0)