Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/sfantasy/node-netease-music

NetEase Music API in Node.js
https://github.com/sfantasy/node-netease-music

Last synced: about 1 month ago
JSON representation

NetEase Music API in Node.js

Awesome Lists containing this project

README

        

node-netease-music
---

NetEase Music API in Node.js

[![NPM version][npm-image]][npm-url]
[![npm download][download-image]][download-url]
[![David deps][david-image]][david-url]
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](http://standardjs.com/)

[npm-image]: https://img.shields.io/npm/v/netease-music.svg?style=flat-square
[npm-url]: https://npmjs.org/package/netease-music
[download-image]: https://img.shields.io/npm/dm/netease-music.svg?style=flat-square
[download-url]: https://npmjs.org/package/netease-music
[david-image]: https://img.shields.io/david/SFantasy/node-netease-music.svg?style=flat-square
[david-url]: https://david-dm.org/SFantasy/node-netease-music

## Install

```
npm i netease-music -S
```

## Usage

```
var music = require('netease-music')

music.getUserPlaylist({
uid: 32911133,
offset: 1,
limit: 10
}, function (err, data) {
// Do things with data
});
```

## Example

See [example](example/examples.js)

## API

- `getUserPlaylist`

- `getPlaylistDetail`

- `getSongDetail`

## License

The MIT License