Programmatic Usage
Music Getter is not just a CLI tool; it can also be integrated into your projects as a Node.js library.
Installation
Quick Start
Core Modules
Music Getter provides two core modules:
- Meting class — Music resource acquisition client, supporting search, song/playlist/lyrics/cover retrieval, etc.
- download instance — Download manager, supporting queued downloads and progress display
For detailed API reference, see:
- Meting API Docs — Complete constructor, configuration methods, data methods, and type definitions
- Download API Docs — Complete download management methods and examples
Example: Batch Download a Playlist
Custom API
If you need to deploy your own Meting API service, please refer to the Custom API Docs.
