rdeepak2002 / HomeHubServer

Server for HomeHub (repo: https://github.com/rdeepak2002/HomeHub).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HomeHubServer

Install Node

https://linuxize.com/post/how-to-install-node-js-on-raspberry-pi/

Autostart

On a Raspberry Pi 4 run the following command:

sudo nano /etc/xdg/lxsession/LXDE-pi/autostart

Then add the following line:

@lxterminal -e /home/pi/HomeHubServer/start.sh

npm install

Installs node modules.

node index.js

Runs the server.

About

Server for HomeHub (repo: https://github.com/rdeepak2002/HomeHub).

License:GNU General Public License v3.0


Languages

Language:JavaScript 74.0%Language:Shell 16.4%Language:HTML 9.5%