camera-dashboard
Starling Developer Connect API: Nest Camera Web Dashboard Example. Demonstrates connecting to the SDC API, and displaying a dashboard of all your cameras with periodic snapshots.
Requires a Starling Home Hub with firmware 8.0 or above.
Create an SDC API key for this app
- Go to
setup.starlinghome.io
in your browser - Go to the Starling Developer Connect section, and make sure the HTTP server is enabled
- Press Create New API Key, and give your key Read and Camera permissions
Build and Run
git clone https://github.com/starling-home-hub/camera-dashboard.git
cd camera-dashboard
npm install
- Edit
src/components/Dashboard.vue
, and add your hub's IP address and API key npm run serve
- Open a web browser, go to
http://localhost:8080
and enjoy!
Output
The web app shows a dashboard of all connected Nest cameras, with regularly updating snapshots.