nmb
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

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> 

Readme

Keywords

Package Sidebar

Install

npm i nmb

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

104 kB

Total Files

19

Last publish

Collaborators

  • zsq01