Skip to content

hap-server/electron-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HomeKit Accessory Server Electron App

Simple Electron wrapper for the hap-server web interface that stays connected in the background and provides notifications.

Installation

This isn't published to npm and doesn't have any prebuilt releases so you have to use git to install.

git clone https://gitlab.fancy.org.uk/hap-server/electron-app.git hap-server-app
cd hap-server-app

npm install
npx gulp build
npm start