Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emischorr/eks_light
Smart Lighting UI with Elixir/Phoenix and a WS2812B RGB LED
https://github.com/emischorr/eks_light
elixir iot led-strips phoenix smarthome websockets
Last synced: 22 days ago
JSON representation
Smart Lighting UI with Elixir/Phoenix and a WS2812B RGB LED
- Host: GitHub
- URL: https://github.com/emischorr/eks_light
- Owner: emischorr
- Created: 2020-11-08T14:07:36.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-11-21T10:07:20.000Z (about 4 years ago)
- Last Synced: 2024-11-08T03:39:23.438Z (2 months ago)
- Topics: elixir, iot, led-strips, phoenix, smarthome, websockets
- Language: Elixir
- Homepage:
- Size: 198 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# EksLight
![Screenshot](screenshot.png?raw=true)
To start your server:
* Install dependencies with `mix deps.get`
* Install Node.js dependencies with `npm install` inside the `assets` directory
* Start Phoenix endpoint with `mix phx.server`Now you can visit [`localhost:4000`](http://localhost:4000) from your browser.