Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/betich/intania-jukebox
The web-based music player for Intania, powered by raspberry pi.
https://github.com/betich/intania-jukebox
flask mechatronics nextjs raspberry-pi
Last synced: 11 days ago
JSON representation
The web-based music player for Intania, powered by raspberry pi.
- Host: GitHub
- URL: https://github.com/betich/intania-jukebox
- Owner: betich
- Created: 2024-11-16T17:33:38.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-08T17:29:09.000Z (14 days ago)
- Last Synced: 2024-12-08T18:27:11.647Z (14 days ago)
- Topics: flask, mechatronics, nextjs, raspberry-pi
- Language: Python
- Homepage:
- Size: 396 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Intania Jukebox
The web-based Spotify Web API music player for Intania Chula, powered by raspberry pi.
## Features
### Music Selector
Music Selector Interface | Search Functionality
:-------------------------:|:-------------------------:
![Queue](./docs/images/queue.png) | ![Search](./docs/images/search.png)### Music Player
Play music from Spotify Web API, on the web (for Spotify Premium users only).
The music is played through a speaker connected to the Raspberry Pi.
### Keypad
Control the music player using a Piminori Pico RGB Keypad.
## Apps
### Frontend
The frontend is a web-based music player that allows users to select songs from a list and play them. The frontend is built using NextJS.
[Frontend](./frontend)
### Backend (Music Manager)
The backend service for the Intania Jukebox app.
[Backend](./music-manager)
### KeyPad
The keypad service for the Intania Jukebox app.
[KeyPad](./keypad)
## Disclaimer
This project is a part of the Intania Chula project, which is a project for the Software Development course at Chulalongkorn University. This project is not intended for commercial use.
## License
This project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details.