Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hardillb/googlehomelocalsdktest
Working out the kinks in Local control before adding it to my Node-RED project
https://github.com/hardillb/googlehomelocalsdktest
Last synced: about 2 months ago
JSON representation
Working out the kinks in Local control before adding it to my Node-RED project
- Host: GitHub
- URL: https://github.com/hardillb/googlehomelocalsdktest
- Owner: hardillb
- License: apache-2.0
- Created: 2019-10-12T17:40:02.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-09-25T20:39:57.000Z (4 months ago)
- Last Synced: 2024-10-13T16:11:33.971Z (3 months ago)
- Language: TypeScript
- Size: 908 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Working out the kinks for a Google Assistant Local Control
This code broadcasts mDNS with a `_gh-node-red` service and runs a http server on port 3000.
It currently has a bunch of hard coded values in it, but is paired with my Node-RED
Goolge Assistant Smart Home Action.Start with:
```
npm run
```