* Listener Implementation - In-Progress * Initial API Endpoints and Websocket implementation * API End Points Implemented -> /music_changed, /state_change * Websocket End Points implemented -> /i_am_listening_to * Socket Implementation - In-Progress
18 lines
236 B
YAML
18 lines
236 B
YAML
name: wialt_listener
|
|
version: 0.1.0
|
|
|
|
authors:
|
|
- Indrajith K L <indrajith@indrajith.dev>
|
|
|
|
dependencies:
|
|
kemal:
|
|
github: kemalcr/kemal
|
|
|
|
targets:
|
|
wialt_listener:
|
|
main: src/wialt_listener.cr
|
|
|
|
crystal: '>= 1.10.1'
|
|
|
|
license: MIT
|