This is an Electron-based web client project for NetEase Cloud Music, designed to provide a desktop application for accessing the NetEase Cloud Music service.
- Desktop application built with Electron
- Integrated with the NetEase Cloud Music web interface
- Supports system tray operations
- Cross-platform support (Windows, macOS, Linux)
- Electron
- JavaScript
- HTML/CSS
- Ensure that Node.js and npm are installed on your system.
- Clone the repository locally:
git clone https://gitee.com/qinyinan/netease-cloud-music-web.git
- Navigate to the project directory and install dependencies:
cd netease-cloud-music-web npm install - Start the application:
npm start
After launching the application, you will see a simple interface to access NetEase Cloud Music. You can also control the application via the system tray.
Contributions and suggestions are welcome. Please follow these steps:
- Fork the repository
- 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 Pull Request
This project is licensed under the ISC License. See the LICENSE file for details.