Skip to content

Latest commit

 

History

History
51 lines (37 loc) · 1.47 KB

File metadata and controls

51 lines (37 loc) · 1.47 KB

NetEase Cloud Music - Web Version

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.

Features

  • Desktop application built with Electron
  • Integrated with the NetEase Cloud Music web interface
  • Supports system tray operations
  • Cross-platform support (Windows, macOS, Linux)

Technology Stack

  • Electron
  • JavaScript
  • HTML/CSS

Installation Guide

  1. Ensure that Node.js and npm are installed on your system.
  2. Clone the repository locally:
    git clone https://gitee.com/qinyinan/netease-cloud-music-web.git
  3. Navigate to the project directory and install dependencies:
    cd netease-cloud-music-web
    npm install
  4. Start the application:
    npm start

Usage Instructions

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.

Contribution Guidelines

Contributions and suggestions are welcome. Please follow these steps:

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a Pull Request

License

This project is licensed under the ISC License. See the LICENSE file for details.