/icecast-stat-app

Primary LanguageJavaScriptMIT LicenseMIT

icecast-stat-app

Prerequisites

Create a .env file in the project root. An example can be found in .env.example.

There three routes at the momet:

GET /getServerInfo

GET /getListeners

GET /listclients

Check console for more detail.

To start the app run 'npm start'

To stop the server press 'ctrl+C'