Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

NeteaseCloudMusicApi

Package Overview
Dependencies
Maintainers
1
Versions
336
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

NeteaseCloudMusicApi - npm Package Compare versions

Comparing version 2.3.0 to 2.3.4

router/songDetail.js

5

app.js

@@ -16,2 +16,3 @@ const express = require('express')

app.use('/recommend/songs', require('./router/recommendSongs'))
// 获取每日推荐歌单

@@ -41,2 +42,6 @@ app.use('/recommend/resource', require('./router/recommendResource'))

// 获取音乐详情
app.use('/music/songDetail', require('./router/songDetail'))
// 不明 api
app.use('/log/web', require('./router/logWeb'))

@@ -43,0 +48,0 @@

3

CHANGELOG.MD
# 更新日志
### 2.3.4 | 2017.4.20
增加歌曲详情接口,更新文档
### 2.3.0 | 2017.4.15

@@ -3,0 +6,0 @@ 增加排行榜接口,更新文档

@@ -14,3 +14,6 @@ # NeteaseCloudMusicApi

## 版本新特性
version 2.3.0
Version 2.3.4
增加歌曲详情接口,更新文档
Version 2.3.0
增加排行榜接口

@@ -36,2 +39,4 @@

14. 签到
15. 各排行榜
16. 歌曲详情

@@ -205,2 +210,19 @@ ## 安装

### 获取歌曲详情
说明:调用此接口,传入音乐 id, 可获得歌曲详情
**必选参数:**
`ids`: 音乐 id,可多个,如 `ids=347230` 或者 `ids=347230,347231`
**接口地址:**
`/music/songDetail`
**调用例子:**
`/music/songDetail?ids=347230`
返回数据如下图:
![获取歌曲详情](https://raw.githubusercontent.com/Binaryify/NeteaseCloudMusicApi/master/static/songDetail.png)
### 获取歌手专辑列表

@@ -370,2 +392,2 @@ 说明:调用此接口,传入歌手 id,可获得歌手专辑列表

## License
[The MIT License (MIT)](LICENSE)
[The MIT License (MIT)](https://github.com/Binaryify/NeteaseCloudMusicApi/blob/master/LICENSE)

2

package.json
{
"name": "NeteaseCloudMusicApi",
"version": "2.3.0",
"version": "2.3.4",
"description": "网易云音乐 NodeJS 版 API",

@@ -5,0 +5,0 @@ "scripts": {

@@ -17,2 +17,5 @@ # 网易云音乐 API

## 版本新特性
### 2.3.4 | 2017.4.20
增加歌曲详情接口,更新文档
### 2.3.0 | 2017.4.15

@@ -44,2 +47,4 @@ 增加排行榜接口,更新文档

13. 把私人 FM 的歌曲移动至垃圾桶
14. 签到
15. 各排行榜

@@ -46,0 +51,0 @@ ## 环境要求

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc