1.2.4 • Published 6 years ago

fasp-web-client v1.2.4

Weekly downloads
3
License
ISC
Repository
github
Last release
6 years ago

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.

1.2.4

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago