Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clemlatz/notrebeausapin.fr
Source code of "Notre beau sapin"
https://github.com/clemlatz/notrebeausapin.fr
Last synced: 5 days ago
JSON representation
Source code of "Notre beau sapin"
- Host: GitHub
- URL: https://github.com/clemlatz/notrebeausapin.fr
- Owner: clemlatz
- License: mit
- Created: 2015-11-19T20:49:57.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2015-12-06T18:42:54.000Z (almost 9 years ago)
- Last Synced: 2024-04-14T06:39:30.250Z (7 months ago)
- Language: JavaScript
- Homepage: http://www.notrebeausapin.fr/
- Size: 2.76 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Notre beau sapin
This repository contains the source of the website
[notrebeausapin.fr](http://www.notrebeausapin.fr). It allows anyone to change
the colour of our Christmas tree lights from the web.## How it works
We use a Philips Hue Lightstrip Plus as an electric garland in our Christmas
tree. It's a ribbon of LED lights that can be controlled through the Philips Hue
bridge over HTTP with a REST API.
When a message is sent via the current Meteor app, it triggers a HTTP call to a
specific port on our home's IP address, which our router routes to the Hue
bridge.## Installation
1. Install [Meteor](https://www.meteor.com/) `curl https://install.meteor.com/ | sh`
2. Clone this repo `git clone https://github.com/iwazaru/notrebeausapin.fr.git`
3. Change directory `cd notrebeausapin.fr`
4. Create the settings file from example `cp settings.json.dist settings.json`
5. Update the settings file with your Hue bridge credentials and light id
4. Run the app with the settings file `run meteor --settings settings.json`
5. Go to http://localhost:3000/