NeteaseCloudMusicApi
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "NeteaseCloudMusicApi", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "build/app.js", |
@@ -0,1 +1,3 @@ | ||
一个调用网易云音乐API的node模块 | ||
![](http://binaryify.github.io/images/api.jpg) | ||
# start | ||
@@ -2,0 +4,0 @@ ``` |
@@ -1,4 +0,4 @@ | ||
import api from './app.js' | ||
import {api }from './app.js' | ||
api.search("远方") | ||
api.song('5243023') | ||
api.lrc('5243023') |
4702
33