fasp-web-client

A web app to control Friendly Audio Streaming Protocol receivers.

Usage no npm install needed!

<script type="module">
  import faspWebClient from 'https://cdn.skypack.dev/fasp-web-client';
</script>

README

fasp-web-client

A web app to control Friendly Audio Streaming Protocol receivers.

npm version ISC-licensed chat with me on Gitter support me on Patreon

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")')

Contributing

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.