A web app to control Friendly Audio Streaming Protocol receivers.
The npm package contains a dist directory, which contains all necessary files for the web client.
Using Express, you can serve them like this:
const serve = require('serve-static')
const webClientDir = require('fasp-web-client')
app.use(serve(webClientDir))Using any CLI web server (like serve), you can serve them like this:
serve $(node -p 'require("fasp-web-client")')If you have a question or have difficulties using fasp-web-client, please double-check your code and setup first. If you think you have found a bug or want to propose a feature, refer to the issues page.