From a82ba74309461a76b4a4257b2e17c104a6d68dc2 Mon Sep 17 00:00:00 2001 From: Jonathan Wohl Date: Mon, 22 Feb 2016 20:35:51 -0500 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 46b15dc..40150c2 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,11 @@ -# Openframe-NodeClient +# !! DEPRECATED !! +Please see [Openframe](https://github.com/OpenframeProject/Openframe) for the most recent updates. + +### Openframe-NodeClient A simple Openframe client prototype written in Node. This minimal client sets up a websocket connection with a specified username and displays a browser window into which images can be pushed. The idea is that this runs on a dedicated Raspberry Pi, and displays the images full screen using chromium in kiosk mode. - ### Setup See the [wiki](https://github.com/OpenframeProject/Openframe-NodeClient/wiki/Setup-Instructions) for Setup instructions.