GithubHelp home page GithubHelp logo

dukeann / neteasecloudmusicapi Goto Github PK

View Code? Open in Web Editor NEW

This project forked from binaryify/neteasecloudmusicapi

0.0 2.0 0.0 5.73 MB

网易云音乐nodejs api

Home Page: https://binaryify.github.io/NeteaseCloudMusicApi

License: MIT License

JavaScript 100.00%

neteasecloudmusicapi's Introduction

网易云音乐 API

网易云音乐 NodeJS 版 API

Version License devDependencies devDependencies

灵感来自

disoul/electron-cloud-music

darknessomi/musicbox

版本新特性

2.3.0 | 2017.4.15

增加排行榜接口,更新文档

2.2.0 | 2017.4.14

增加私人 FM, 喜欢歌曲,垃圾桶,每日签到等接口,更新文档

2.1.0 | 2017.4.6

增加获取评论接口以及对应单元测试,增加更新日志

2.0.0 | 2017.4.1

版本升级到 2.0.增加使用文档,完成项目重构,增加更完善的单元测试,升级 api 到 v2+,支持登录并获取用户信息和创建的歌单,可通过获取音乐 url 接口获取用户歌单里的的音乐,获取每日推荐歌单和每日推荐音乐

功能特性

  1. 登录
  2. 获取用户歌单
  3. 获取歌曲详情
  4. 获取音乐 url
  5. 搜索音乐
  6. 获取歌词
  7. 获取评论
  8. 获取歌手专辑
  9. 获取每日推荐歌单
  10. 获取每日推荐歌曲
  11. 喜欢歌曲
  12. 私人FM
  13. 把私人 FM 的歌曲移动至垃圾桶
  14. 签到
  15. 各排行榜

环境要求

需要 NodeJS 6.0+ 环境

安装

$ git clone [email protected]:Binaryify/NeteaseCloudMusicApi.git
$ npm install

运行

$ node app.js 

服务器启动默认端口为3000,若不想使用3000端口,可使用以下命令:
Mac/Linux

$ PORT=4000 node app.js

windows 下使用 git-bash 或者 cmder 等终端执行以下命令:

$ set PORT=4000 && node app.js

使用文档

文档地址

文档

更新日志

changelog

单元测试

$ npm test

单元测试 单元测试

License

The MIT License (MIT)

neteasecloudmusicapi's People

Contributors

binaryify avatar cebkcn avatar mchome avatar rccoder avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.