An open API service indexing awesome lists of open source software.

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

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`