mirror of
https://gitlab.com/Binaryify/neteasecloudmusicapi.git
synced 2025-05-23 22:37:41 +08:00
improve document
This commit is contained in:
parent
5fdc25506a
commit
e9fb55cb53
10
README.MD
10
README.MD
@ -50,6 +50,16 @@ $ npm install
|
|||||||
``` shell
|
``` shell
|
||||||
$ node app.js
|
$ node app.js
|
||||||
```
|
```
|
||||||
|
服务器启动默认端口为3000,若不想使用3000端口,可使用以下命令:
|
||||||
|
Mac/Linux
|
||||||
|
```shell
|
||||||
|
$ PORT=4000 node app.js
|
||||||
|
```
|
||||||
|
|
||||||
|
windows 下使用 git-bash 或者 cmder 等终端执行以下命令:
|
||||||
|
```shell
|
||||||
|
$ set PORT=4000 && node app.js
|
||||||
|
```
|
||||||
|
|
||||||
## 使用文档
|
## 使用文档
|
||||||
[文档地址](https://binaryify.github.io/NeteaseCloudMusicApi)
|
[文档地址](https://binaryify.github.io/NeteaseCloudMusicApi)
|
||||||
|
@ -33,7 +33,16 @@ $ npm install
|
|||||||
$ node app.js
|
$ node app.js
|
||||||
```
|
```
|
||||||
|
|
||||||
服务器启动,默认端口为3000
|
服务器启动默认端口为3000,若不想使用3000端口,可使用以下命令:
|
||||||
|
Mac/Linux
|
||||||
|
```shell
|
||||||
|
$ PORT=4000 node app.js
|
||||||
|
```
|
||||||
|
|
||||||
|
windows 下使用 git-bash 或者 cmder 等终端执行以下命令:
|
||||||
|
```shell
|
||||||
|
$ set PORT=4000 && node app.js
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## 接口文档
|
## 接口文档
|
||||||
|
Loading…
x
Reference in New Issue
Block a user