https://github.com/johannesfischer/pi-camera-client
A *work in pogress* client to access and control video streams from your raspberry pi and raspberry camera.
https://github.com/johannesfischer/pi-camera-client
nodejs raspberry-pi vlc workinprogress
Last synced: 28 days ago
JSON representation
A *work in pogress* client to access and control video streams from your raspberry pi and raspberry camera.
- Host: GitHub
- URL: https://github.com/johannesfischer/pi-camera-client
- Owner: JohannesFischer
- Created: 2017-09-18T11:25:29.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-09T14:29:59.000Z (over 8 years ago)
- Last Synced: 2025-09-01T01:07:02.357Z (9 months ago)
- Topics: nodejs, raspberry-pi, vlc, workinprogress
- Language: JavaScript
- Homepage:
- Size: 908 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pi-camera-client
> A Vue.js project
## Build Setup
``` bash
# install dependencies
npm install
# serve with hot reload at localhost:8080
npm run dev
# build for production with minification
npm run build
# build for production and view the bundle analyzer report
npm run build --report
# run unit tests
npm run unit
# run e2e tests
npm run e2e
# run all tests
npm test
```
For a detailed explanation on how things work, check out the [guide](http://vuejs-templates.github.io/webpack/) and [docs for vue-loader](http://vuejs.github.io/vue-loader).