Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 560 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 560 Bytes

RoadLight

Control your Philips Hue lights' color with your cycling powermeter over Bluetooth Low Energy (BLE)!

screencast 2022-01-13 07-45-31

Requirements:

To Run Locally

# Clone this repository
git clone https://github.com/tcampb/roadlight-web

# Go into the repository
cd roadlight-web
# Install dependencies
npm install
# Run the app
npm start