A frontend for the raspberry pi automation server to remotely control GPIO. Made with Angular 6, Socket.io and Wired-Elements
- Clone this repo:
git clone https://github.com/Netherium/neth-omation-client.git
- Change directory
cd neth-omation-client
- Install dependencies
npm install
- Set ip and port of the raspberry pi backend server in
gpio.service.ts
i.e.SERVER_URL=http://192.168.0.21:8080
- Run
ng serve --host=127.0.0.1
Netherium
Code released under the MIT license