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: 5 months 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-21T10:07:20.000Z (over 5 years ago)
- Last Synced: 2024-12-30T16:52:55.899Z (over 1 year 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

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.