/YM

Yandex music desktop application

Primary LanguageJavaScriptMIT LicenseMIT

Yandex music desktop client (unofficial)

To Use

OS Version Link
macOS 0.0.3 download
linux (soon) - -
windows (soon) - -

All releases

Features

  • Support global keys (play, preview, next)
  • Desktop notifications
  • Menu bar controls

yandex music desktop client screenshot

To develop

To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:

# Clone this repository
git clone https://github.com/jet8a/YM

# Go into the repository
cd YM

# Install dependencies
npm i

# Run the app to development
npm start

# Build the app for macOS
npm run build:mac

To Contribute

  1. Fork the repo
  2. Create a branch in your repo with a descriptive name
  3. Code your fix
  4. Create a pull request
  5. Await response from the maintainers!

License

MIT