Skip to content
This repository has been archived by the owner on Sep 23, 2019. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 213 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 213 Bytes

node-xiami-api

Xiami music API for Node.js.

Examples

const { Album } = require('../src')

Album.search('十年').then((data) => {
  console.log(data)
}).catch((e) => {
  console.log(e)
})