README.MD 2.0 KB
Newer Older
B
binaryify 已提交
1
# 网易云音乐 API
B
binaryify 已提交
2
网易云音乐 NodeJS 版 API
zhuangtongfa's avatar
zhuangtongfa 已提交
3
<p>
zhuangtongfa's avatar
update  
zhuangtongfa 已提交
4
<a href="https://www.npmjs.com/package/NeteaseCloudMusicApi"><img src="https://img.shields.io/npm/v/NeteaseCloudMusicApi.svg" alt="Version"></a>
zhuangtongfa's avatar
zhuangtongfa 已提交
5
<a href="https://www.npmjs.com/package/NeteaseCloudMusicApi"><img src="https://img.shields.io/npm/l/NeteaseCloudMusicApi.svg" alt="License"></a>
zhuangtongfa's avatar
zhuangtongfa 已提交
6 7
<a href="https://www.npmjs.com/package/NeteaseCloudMusicApi"><img src="https://img.shields.io/david/dev/binaryify/NeteaseCloudMusicApi.svg" alt="devDependencies" ></a>
<a href="https://www.npmjs.com/package/NeteaseCloudMusicApi"><img src="https://img.shields.io/david/binaryify/NeteaseCloudMusicApi.svg" alt="devDependencies" ></a>
zhuangtongfa's avatar
update  
zhuangtongfa 已提交
8
<a href="https://codeclimate.com/github/Binaryify/NeteaseCloudMusicApi"><img src="https://codeclimate.com/github/Binaryify/NeteaseCloudMusicApi/badges/gpa.svg" /></a>
zhuangtongfa's avatar
zhuangtongfa 已提交
9 10
</p>  

11

12
## 版本新特性  
B
binaryify 已提交
13
### 2.1.0 | 2017.4.6
B
binaryify 已提交
14 15
增加获取评论接口以及对应单元测试,增加更新日志

B
binaryify 已提交
16
### 2.0.0 | 2017.4.1
B
binaryify 已提交
17
版本升级到 2.0.增加使用文档,完成项目重构,增加更完善的单元测试,升级 api 到 v2+,支持登录并获取用户信息和创建的歌单,可通过获取音乐 url 接口获取用户歌单里的的音乐,获取每日推荐歌单和每日推荐音乐
18

B
binaryify 已提交
19

20 21
## 环境要求
需要 NodeJS 6.0+ 环境
zhuangtongfa's avatar
init  
zhuangtongfa 已提交
22

23 24 25 26
## 安装  
``` shell
$ git clone git@github.com:Binaryify/NeteaseCloudMusicApi.git
$ npm install
27
```
28 29 30
## 运行
``` shell
$ node app.js 
31 32
```

33
## 使用文档
34

35
[文档地址](https://binaryify.github.io/NeteaseCloudMusicApi)
36

37
## 更新日志
B
binaryify 已提交
38
[changelog](https://github.com/Binaryify/NeteaseCloudMusicApi/blob/master/CHANGELOG.MD)  
B
binaryify 已提交
39

40
## 单元测试
41

42 43
``` shell
$ npm test
B
binaryify 已提交
44
```  
zhuangtongfa's avatar
update  
zhuangtongfa 已提交
45

46 47
![单元测试](https://raw.githubusercontent.com/Binaryify/NeteaseCloudMusicApi/master/static/screenshot1.png)
![单元测试](https://raw.githubusercontent.com/Binaryify/NeteaseCloudMusicApi/master/static/screenshot2.png)
zhuangtongfa's avatar
update  
zhuangtongfa 已提交
48

49
## License
B
improve  
binaryify 已提交
50
[The MIT License (MIT)](https://github.com/Binaryify/NeteaseCloudMusicApi/blob/master/LICENSE)