Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/sfantasy/node-netease-music
- Owner: SFantasy
- Created: 2016-05-19T11:07:26.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-05-19T12:00:44.000Z (over 8 years ago)
- Last Synced: 2024-10-12T10:18:04.918Z (2 months 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]
[![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