Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
Raspberry Pi Webserver
=====================

A raspberry Pi Webserver made in Python. It can be used to control Philips Hue Lights.

To start run
```python
pip install flask
pip install requests
```
And then run
```python
python3 /path/to/app.py/
```

To see how it was made check out my [Youtube Video](https://www.youtube.com/watch?v=6gkoDQUQSLc)