Skip to content

Instantly share code, notes, and snippets.

@abv
Last active July 26, 2018 17:15
Show Gist options
  • Save abv/fe9ae4e9dc67897f452023a90d6bb1a0 to your computer and use it in GitHub Desktop.
Save abv/fe9ae4e9dc67897f452023a90d6bb1a0 to your computer and use it in GitHub Desktop.
DUMBO food truck cam in OS X menu bar (For BitBar)
#!/bin/bash
TIMESTAMP=$(date +"%s")
IMAGE=$(curl -s "https://nexusapi-us1.camera.home.nest.com/get_image?uuid=5a6a099c3d894d0284560626c7944d50&width=400&t=$TIMESTAMP" | base64)
cat << EOF
DUMBO 🚚
---
| href=https://www.datalot.com/dumbo-food-truck-cam/ image=$IMAGE
EOF
@abv
Copy link
Author

abv commented Jul 26, 2018

Thanks @dingbat updated the url to nexusapi-us1.camera.home.nest.com

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment