aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorIndrajith K L2023-11-06 06:02:00 +0530
committerIndrajith K L2023-11-06 06:02:00 +0530
commit2d0be9bd77c47f5d9cb2a179ae706c9f74d201ec (patch)
tree31bf740d78078d8fd67faec284f5d30aaf82a83c /README.md
downloadwialt_daemon-2d0be9bd77c47f5d9cb2a179ae706c9f74d201ec.tar.gz
wialt_daemon-2d0be9bd77c47f5d9cb2a179ae706c9f74d201ec.tar.bz2
wialt_daemon-2d0be9bd77c47f5d9cb2a179ae706c9f74d201ec.zip
Initial CommitHEADmaster
* Daemon Implementation - In-Progress * Initial MPC Event Captures * POST music title on daemon is loaded * POST music title on song change - TODO
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..a6b3a54
--- /dev/null
+++ b/README.md
@@ -0,0 +1,16 @@
+# [W]hat [I] [A]m [L]istening [T]o Daemon
+
+A Daemon written in Crystal Lang which is part of WIALT Project. This is a daemon which should be installed in the system where mpc player is running. This will send music data and mpc state to server to display music data in indrajith.dev website.
+
+## Installation
+
+* Install Crystal
+* `shards install`
+
+## Usage
+
+* `crystal run src/wialt_daemon.cr`
+
+## Contributors
+
+- [Indrajith K L](https://github.com/cooljith91112) - creator and maintainer