Skip to content

A browser-based music player with minimal server requirements

License

Notifications You must be signed in to change notification settings

alexnorton/short-music

Repository files navigation

Short Music

A library-centric music player web app with minimal server requirements.

Written in TypeScript and built with:

Try it

Demo

Check out the demo with content from the Internet Archive Live Music Archive:

Locally with Docker

Given you have Docker installed, clone this repository:

$ git clone https://github.com/alexnorton/short-music.git

Build the Docker image:

$ cd short-music/
$ docker build -f docker/Dockerfile -t short-music .

Start a Docker container, replacing /path/to/music with the path of a directory on your computer with music in it:

$ docker run --rm -v /path/to/music:/data:ro -p 8080:80 short-music

You should now be able to open http://localhost:8080/ in a browser.

About

A browser-based music player with minimal server requirements

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages