pouicpouic
v0.0.0
Published
A webcam system to watch my chickens.
Downloads
6
Readme
Pouicpouic
A webcam system to watch my chickens.
CLI
$ npm install pouicpouic -g
Go in command line to the directory where you have your save.
$ pouicpouic
Server
$ git clone --deth=1 https://github.com/cedced19/pouicpouic
$ cd ./pouicpouic
$ npm install --production
$ npm start --production
Options
--production launch in production mode
--port [number] specified the port
API
There are Rest APIs on http://localhost:7778/api/
.
Developers
There are two npm command with which you can compile javascript:
npm run dev
: reload page on change and build bundlenpm run prod
: build and uglify bundle