https://github.com/paradoxinversion/music-player-server
A server for a (localized) JS music player
https://github.com/paradoxinversion/music-player-server
Last synced: about 2 months ago
JSON representation
A server for a (localized) JS music player
- Host: GitHub
- URL: https://github.com/paradoxinversion/music-player-server
- Owner: paradoxinversion
- Created: 2019-12-16T17:27:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T03:12:38.000Z (over 3 years ago)
- Last Synced: 2025-12-27T18:27:56.181Z (5 months ago)
- Language: JavaScript
- Size: 869 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Music Player Server
This is the server for a local music player. It is a work in progress and subject to rapid changes. For now, support is limited to .mp3 files.
# Setup
In the project directory:
```BASH
yarn install
mkdir testMusic
```
Add mp3 files of your choice to the `testMusic` directory.
# Testing
Tests are run via `jest` with `yarn test`