An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# blink-desktop

This is a cross-platform app to view [blink cameras](https://blinkforhome.com/).

![screenshot](./screenshot.png)

## 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