netease-music-sdk

🔨 网易云音乐 Node.js SDK,给你纯净的开发体验,文档在此 ⚩

Downloads
19
Stars
14

Netease-Music-SDK

Node.js SDK

API API SDK Node.js SDK

NeteaseCloudMusicApi issue

  • MV

npm install netease-music-sdk

Quick Start

MusicClient Typescript Document In Code SDK .d.ts

const { MusicClient } = require('netease-music-sdk')
const client = new MusicClient()

client.getPlaylistCatalogue().then(cate => {
    // blah blah
})

// 
// 

client.phoneLogin('phone', 'pwd').then(() => {
    //  cookie  client.cookie
    //  cookie dump 
    return client.getPersonalFM()
}).then(fm => {
    console.dir(fm)
}).catch(e => {
    // 
})

client.phoneLogin client.emailLogin client.user id docs

client.user undefined

const store = oldClient.user.toJSON() newClient.load(store) load client.user

API

SDK http://netease-music-sdk.xgheaven.com

ChangeLog

ChangeLog

Thanks

issue PR