Machete is a music player built with Electron and Vue.js. It's inspired by Tomahawk, and implements an extensible service module for scraping and playing music from several data sources.
-
machete-appThis is the front-end of the application, built with Electron/Vue.js.
-
machete-coreThis manages music playback, service registration, and event handling. It is service-agnostic, so individual service objects must be provided during initialization. When a service is registered, it is provided an
injectableobject that contains utilities for fetching web pages withneedleandcheerio. This means that services can remain very lightweight and avoid having dependencies of their own. -
machete-core-youtubeA service for playing music from YouTube via the IFrame API.
-
machete-proxyThis is a simple Node.js server for getting around CORS restrictions. It's deployed to Heroku, and used for proxying requests when scraping web pages.
To get started, please read packages/machete-app/README.md.