https://github.com/sfantasy/node-netease-music
NetEase Music API in Node.js
https://github.com/sfantasy/node-netease-music
Last synced: 23 days ago
JSON representation
NetEase Music API in Node.js
- Host: GitHub
- URL: https://github.com/sfantasy/node-netease-music
- Owner: SFantasy
- Created: 2016-05-19T11:07:26.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-19T12:00:44.000Z (about 10 years ago)
- Last Synced: 2025-02-11T04:36:10.993Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/netease-music
- Size: 3.91 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]
[](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