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
- Host: GitHub
- URL: https://github.com/minikin/json_server_for_audio_player_flutter
- Owner: minikin
- License: mit
- Created: 2020-03-22T19:35:16.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-13T23:37:46.000Z (over 2 years ago)
- Last Synced: 2025-03-08T17:54:24.562Z (about 2 months ago)
- Topics: dart, flutter, javascript, json, json-api, server
- Language: JavaScript
- Homepage:
- Size: 8.29 MB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.