Skip to content

derhuerst/fasp-web-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A web app to control Friendly Audio Streaming Protocol receivers.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published