MusicTube is an unofficial YouTube Music Desktop application, with some additions that I feel necessary, notably media keys and system notifications.
OSX
npm install && npm run osx
Windows:
npm install && npm run win
The application can be ran in development mode using the command npm below, tests can also be completed and ran through npm.
Development:
npm run start
Tests:
npm run test
Simon Fraser – @symatree
Distributed under the MIT license. See LICENSE
for more information.
- Fork it (https://github.com/simon-fraser/MusicTube-Player/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
See CONTRIBUTING
for a complete guide on contributing to this project