NeteaseCloudMusicApi
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "NeteaseCloudMusicApi", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "a npm package of NeteaseCloudMusic", | ||
@@ -5,0 +5,0 @@ "main": "build/app.js", |
@@ -5,3 +5,3 @@ 一个调用网易云音乐API的node模块 | ||
``` | ||
npm install | ||
npm install NeteaseCloudMusicApi | ||
``` | ||
@@ -34,2 +34,6 @@ # usage | ||
api.song(id:Number) | ||
``` | ||
``` | ||
[github](https://github.com/Binaryify/NeteaseCloudMusicApi) | ||
[npm](https://www.npmjs.com/package/NeteaseCloudMusicApi) |
4887
37