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

https://github.com/minikin/json_server_for_audio_player_flutter

Companion repo for https://github.com/minikin/audio_player_flutter
https://github.com/minikin/json_server_for_audio_player_flutter

dart flutter javascript json json-api server

Last synced: about 1 month ago
JSON representation

Companion repo for https://github.com/minikin/audio_player_flutter

Awesome Lists containing this project

README

        

# Server for Apple Music / Tidal Style Audio Player for Flutter Project

- [Server for Apple Music / Tidal Style Audio Player for Flutter Project](#server-for-apple-music--tidal-style-audio-player-for-flutter-project)
- [Start server](#start-server)
- [Get DB](#get-db)
- [Get Images](#get-images)
- [Get Audio](#get-audio)
- [Support](#support)
- [License](#license)

## Start server

```sh
node server.js
```

## Get DB

```txt
http://localhost:4000/db
```

## Get Images

```txt
http://localhost:4000/assets/images/1.png
```

## Get Audio

```txt
http://localhost:4000/assets/audio/bensound-erf.mp3
```

## Support

Post issues and feature requests on the GitHub [issue tracker](https://github.com/minikin/json_server_for_audio_player_flutter/issues).

## License

Flutter Web App Demo is available under the MIT license.
See the [LICENSE](https://github.com/minikin/flutter-web-demo/blob/master/LICENSE) file for more info.