Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 1.74 KB

README.md

File metadata and controls

53 lines (32 loc) · 1.74 KB

A personal epaper dashboard powered by a raspberry.

You can read about the complete story and setup here

This is how it looks like :

personal dashboard photo

You can view the web version here ] To get started fast :

Materials :

Running the backend.

Built on top of epaper.js

On the raspberry, after having followed the instructions and installing node.

$ npm install; node index.js

Running the frontend.

On your local computer

$ cd epaper-ui
$ npm install; npm start

Update the dashboard for the raspberry:

On the root folder of the project

$ npm run build

Then push the latest version to Github, and pull on the raspberry.

Author