From c987542e867333027cefceb0e1c1c24e88646189 Mon Sep 17 00:00:00 2001 From: binaryify <821374382@qq.com> Date: Wed, 22 Jun 2016 20:06:49 +0800 Subject: [PATCH] update --- README.MD | 2 ++ test.js | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.MD b/README.MD index d368296..39acec5 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 9cb21b0..74635ea 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