Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

README.md

SPlayer Standalone API

This folder contains a standalone local API service extracted from the desktop-side Netease API flow.

Start

Run:

API\start-api.bat

Default listen address:

  • Host: 0.0.0.0
  • Port: 1145

Android should use this base URL format:

http://<your-computer-ip>:1145/api/netease

Environment Variables

  • SP_API_HOST: bind host, default 0.0.0.0
  • SP_API_PORT: bind port, default 1145
  • SP_AMLL_DB_SERVER: TTML lyric source, optional

Notes

  • This standalone service currently exposes the Netease API route set under /api/netease/*.
  • The script depends on the root project's node_modules.