hubot-kodi

Talk to Kodi/XBMC with hubot

Usage no npm install needed!

<script type="module">
  import hubotKodi from 'https://cdn.skypack.dev/hubot-kodi';
</script>

README

hubot-kodi [Build Status(https://travis-ci.org/markhuge/hubot-kodi)

Talk to Kodi/XBMC with hubot

Installation

Download node at nodejs.org and install it, if you haven't already.

npm install hubot-kodi --save

Tests

npm install
npm test

Dependencies

None

Dev Dependencies

  • chai: BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
  • coffee-script: Unfancy JavaScript
  • hubot: A simple helpful robot for your Company
  • hubot-mock-adapter: A mock Adapter for unit testing Hubot scripts
  • mocha: simple, flexible, fun test framework
  • sinon: JavaScript test spies, stubs and mocks.
  • sinon-chai: Extends Chai with assertions for the Sinon.JS mocking framework.

License

MIT

Generated by package-json-to-readme