Node.js API wrapper for NetEase Cloud Music, a Chinese streaming platform. Write code to search, play, and manage music programmatically instead of using the web app.
Mindmap
mindmap
root((repo))
What it does
API wrapper
Music streaming
Search and play
Tech stack
Node.js
JavaScript
Use cases
Music apps
Automation
Integration
Features
Playlist management
User accounts
Track metadata
Things people build with this
USE CASE 1
Build a custom music player or mobile app that connects to NetEase Cloud Music without using their official client.
USE CASE 2
Automate playlist creation, song downloads, or music library management through code.
USE CASE 3
Integrate NetEase Cloud Music search and playback into a larger application or bot.
Tech stack
Node.jsJavaScript
Getting it running
Difficulty · easyTime to first run · 5min
License could not be detected automatically. Check the repository's LICENSE file before use.
In plain English
NeteaseCloudMusicApi is a Node.js API service for NetEase Cloud Music, a Chinese music streaming platform. It provides a programmatic interface, meaning developers can write code that interacts with the platform rather than using the website or app directly. The description and topics indicate it is built with JavaScript and Node.js.
Copy-paste prompts
Prompt 1
Show me how to search for songs on NetEase Cloud Music using this API and return the results as JSON.
Prompt 2
Write a Node.js script that uses this API to fetch my user profile and list all my playlists.
Prompt 3
How do I authenticate with NetEase Cloud Music API and play a specific track programmatically?
Prompt 4
Create a simple CLI tool that lets me search and download songs from NetEase Cloud Music using this wrapper.