https://github.com/konsumer/blink-desktop
Cross-platform viewer for Blink cameras
https://github.com/konsumer/blink-desktop
Last synced: 5 months ago
JSON representation
Cross-platform viewer for Blink cameras
- Host: GitHub
- URL: https://github.com/konsumer/blink-desktop
- Owner: konsumer
- Created: 2019-12-06T00:09:18.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-10T11:22:24.000Z (over 3 years ago)
- Last Synced: 2025-04-07T18:56:23.489Z (about 1 year ago)
- Language: JavaScript
- Size: 2.57 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# blink-desktop
This is a cross-platform app to view [blink cameras](https://blinkforhome.com/).

## development
```
npm i # install tools
npm start # run hot-reloading development version
npm run make # create distributable runtimes for release
npm run lint # fix files according to code-standard
npm run publish # send to github releases
```
Press `Alt` to show menu (so you can use dev-tools, etc)
## TODO
* [X] add router
* [ ] live-video page
* [X] cloud-files page
* [ ] new motion notification system
* [ ] add functionality to home buttons
* [ ] add settings page
* [ ] add program page
* [ ] handle onboarding?
* [X] give local changes back to [blink-data](https://github.com/konsumer/blink-data)
* [ ] it's making too many requests, need to look at `useEffect` calls
* [ ] [sys-tray icon](https://github.com/kevinsawicki/tray-example) that notifies when there is motion and has options for arm/disarm & view media