diff --git a/README.MD b/README.MD index d36829674bbfdcc9fa20cc77a295bfca1f4f3ac2..39acec5749ba78a682984c6447f26d1ece21e254 100644 --- a/README.MD +++ b/README.MD @@ -1,3 +1,5 @@ +一个调用网易云音乐API的node模块 +![](http://binaryify.github.io/images/api.jpg) # start ``` npm install diff --git a/test.js b/test.js index 9cb21b0488cecfb37ec3de1feefe701587d6517f..74635ea781b047b657597fffcdc50aee26b95aca 100644 --- a/test.js +++ b/test.js @@ -1,4 +1,4 @@ -import api from './app.js' +import {api }from './app.js' api.search("远方") api.song('5243023') api.lrc('5243023') \ No newline at end of file