Interact with Apple TV using node-appletv


Summary of my bookmarked Github repositories from Mar 20th, 2018

Github repositories

  • evandcoleman/node-appletv

    node-appletv is a node.js module that allows interaction with an Apple TV using the Media Remote Protocol. It can be used to create an Apple TV remote app for various platforms or as a plugin for HomeKit integration. The module can be installed as a standalone command line application or used as a module within a node app. It provides commands for pairing with Apple TVs, executing commands, logging state changes, and retrieving playback information. The module is written in TypeScript and heavily relies on Promises. It is distributed under the MIT license.