mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-07-02 19:12:09 +08:00
improve document
This commit is contained in:
parent
b3ac7e9ecf
commit
95ae4b98c1
@ -1,5 +1,5 @@
|
||||
# NeteaseCloudMusicApi
|
||||
网易云音乐 nodejs 接口
|
||||
网易云音乐 NodeJS 版 API
|
||||
<p>
|
||||
<a href="https://www.npmjs.com/package/NeteaseCloudMusicApi"><img src="https://img.shields.io/npm/v/NeteaseCloudMusicApi.svg" alt="Version"></a>
|
||||
<a href="https://www.npmjs.com/package/NeteaseCloudMusicApi"><img src="https://img.shields.io/npm/l/NeteaseCloudMusicApi.svg" alt="License"></a>
|
||||
|
@ -1,6 +1,5 @@
|
||||
# NeteaseCloudMusicApi
|
||||
网易云音乐 nodejs 接口
|
||||
|
||||
网易云音乐 NodeJS 版 API
|
||||
|
||||
## 版本新特性
|
||||
增加使用文档,完成项目重构,版本升级到2.0,升级 api 到 v2+,支持登录并获取用户信息和创建的歌单,可通过获取音乐 url 接口获取用户歌单里的的音乐,获取每日推荐歌单和每日推荐音乐
|
||||
|
13
docs/_coverpage.md
Normal file
13
docs/_coverpage.md
Normal file
@ -0,0 +1,13 @@
|
||||
# NeteaseCloudMusicApi
|
||||
|
||||
> 网易云音乐 NodeJS 版 API
|
||||
|
||||
- 全部接口已升级到最新
|
||||
- 具备登录接口
|
||||
- 更完善的文档
|
||||
|
||||
|
||||
[GitHub](https://github.com/Binaryify/NeteaseCloudMusicApi)
|
||||
[Get Started](#neteasecloudmusicapi)
|
||||
|
||||

|
@ -13,7 +13,8 @@
|
||||
<script>
|
||||
window.$docsify = {
|
||||
name: 'NeteaseCloudMusicApi',
|
||||
repo: 'https://github.com/Binaryify/NeteaseCloudMusicApi'
|
||||
repo: 'https://github.com/Binaryify/NeteaseCloudMusicApi',
|
||||
coverpage: true
|
||||
}
|
||||
</script>
|
||||
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user