GithubHelp home page GithubHelp logo

gzb39174114 / migumusicapi Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jsososo/migumusicapi

0.0 0.0 0.0 114 KB

咪咕音乐 nodejs api

Home Page: https://jsososo.github.io/MiguMusicApi

TypeScript 90.86% JavaScript 7.05% CSS 0.32% Pug 1.76%

migumusicapi's Introduction

QQMusicApi

NPM github GitHub Pages Star

接口参考:

接口文档 Github

快速上手

Node 服务

git clone [email protected]:jsososo/MiguMusicApi.git

yarn

yarn start

npm

yarn add migu-music-api

接口调用

const miguMusic = require('migu-music-api').default;
// or
// import miguMusic from 'migu-music-api';

// 部分接口依赖 cookie, 这里穿参可以使用字符串或对象
miguMusic('search', { keyword: '周杰伦' })
  .then((res) => console.log(res))
  .catch((err) => console.error('err: ', err.message));

miguMusic('search')
  .then((res) => console.log(res))
  .catch((err) => console.error('err: ', err.message));

migumusicapi's People

Contributors

jsososo 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.