Just a simple, Electron-React app, to download audio from YouTube and play them.
The following tools were used in this project construction:
Copy an URL and see a message asking if you want to download an 'mp3' version of the media. 📫
Share media with devices on the same WiFi network.
Get the media's lyrics.
App auto-updates when a new version is available.
To install and run Muse, follow these steps:
chmod a+x Muse-*.AppImage
.
Now you can run Muse: ./Muse-*.AppImage
To install and run Muse, follow these steps:
git clone https://github.com/Gabriel-Alves-Cunha/muse --depth 1
# Install dependencies
yarn
# Start app:
yarn dev
For development, before everything, verify that:
git
, Node.JS
and yarn
To contribute to Muse, follow these steps:
git checkout -b <my_branch_name>
.git commit -am '<commit_message>'
git push origin <my_branch_name>
As an alternative, consult the docs from GitHub on how to create a pull request.
<img alt="Gabriel Alves Cunha Github's profile picture." src="https://github.com/Gabriel-Alves-Cunha.png" style="border-radius: 50%;" width="100px" />
Gabriel Alves Cunha
Made with ❤️ by Gabriel Alves Cunha 👋🏽!
This project is under the MIT license. See the LICENCE for more details.