From bf91c7ef4f374a78bff46a42a85c0426b0abf7d0 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Mon, 6 Nov 2023 06:12:28 +0530 Subject: Initial Commit * 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 --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..abeadbc --- /dev/null +++ b/README.md @@ -0,0 +1,16 @@ +# [W]hat [I] [A]m [L]istening [T]o Listener + +A Web Server written in Crystal Lang which is part of WIALT Project. This server is a broker server which act as a bridge between Local MPC Music Player and indrajith.dev website. Whose main purpose is to display music title I'am listening to. + +## Installation + +* Install Crystal +* `shards install` + +## Usage + +* `crystal run src/wialt_listener.cr` + +## Contributors + +- [Indrajith K L](https://github.com/cooljith91112) - creator and maintainer -- cgit v1.2.3