List of random online cameras fetched from open apis
This app can fetch cameras from open Ivideon api.
Built with:
Make sure to npm i
and check for latest node version (>=6)
“start”: “NODE_ENV=development webpack-dashboard -c blue — node app-server.js”
“start-win”: “set NODE_ENV=development&& webpack-dashboard — node app-server.js”
Run dev mode with webpack dashboard in console (start-win is for Windows)
“start-basic-win”: “set NODE_ENV=development&& node app-server.js”
Run dev mode without webpack dashboard in console for Windows
“build”: “NODE_ENV=production webpack —config webpack.config.babel.js”
“build-win”: “set NODE_ENV=production&& webpack —config webpack.config.babel.js”
Build application
“test”: “NODE_ENV=test jest”
Run tests (actions+helpers)