Socket
Book a DemoInstallSign in
Socket

nmb

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nmb

Netease Music Board for [ABC-Player like].

latest
Source
npmnpm
Version
1.0.1
Version published
Maintainers
1
Created
Source

Netease Music Board

I'd like to visually show the results while i'm querying for netease music's api. And i'd also like to search netease music without opening its pages or applications.

So I creates this, Netease Music Board (NMB for short).

Usage

Webpack:

npm install --save NMB
import {NMB, apiLoader} from "NMB";
let nmb = new NMB();
    nmb.show();
apiLoader.search(/**/);

Normal:

<script src="NMB.js"></script>
<script>
    const {NMB, apiLoader} = NeteaseMusicBoard;
    let nmb = new NMB();
        nmb.show();
    apiLoader.search(/**/);
</script>

Keywords

netease

FAQs

Package last updated on 03 Aug 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts