This commit is contained in:
binaryify 2016-06-22 20:06:49 +08:00
parent ae69e262c3
commit c987542e86
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
一个调用网易云音乐API的node模块
![](http://binaryify.github.io/images/api.jpg)
# start # start
``` ```
npm install npm install

View File

@ -1,4 +1,4 @@
import api from './app.js' import {api }from './app.js'
api.search("远方") api.search("远方")
api.song('5243023') api.song('5243023')
api.lrc('5243023') api.lrc('5243023')