nodetunes is an implementation of the Apple AirTunes v2 (audio AirPlay) protocol written in node.js.
This is a full fork clone of the dead stephen/nodetunes repo.
# Clone the repo
$ git clone https://github.com/tomodwyer/nodetunes.git
# Install the dependencies
$ yarn
# Start the example server
$ yarn start
# Run the mocha tests
$ yarn test
# Check with ESLint
$ yarn lint
See examples/server.js
for example usage.