Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/paradocx96/web-cam-application
Web-Cam Application build with Electron JS
https://github.com/paradocx96/web-cam-application
desktop-app destop-application electron electron-app javascript webcam
Last synced: 19 days ago
JSON representation
Web-Cam Application build with Electron JS
- Host: GitHub
- URL: https://github.com/paradocx96/web-cam-application
- Owner: paradocx96
- License: mit
- Created: 2022-09-02T19:56:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-31T08:32:29.000Z (about 2 years ago)
- Last Synced: 2024-10-27T16:46:25.345Z (2 months ago)
- Topics: desktop-app, destop-application, electron, electron-app, javascript, webcam
- Language: JavaScript
- Homepage:
- Size: 1.5 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Web Camera Application
## To Use
To clone and run this repository you'll need [Git](https://git-scm.com) and [Node.js](https://nodejs.org/en/download/) (which comes with [npm](http://npmjs.com)) installed on your computer. From your command line:
```bash
# Clone this repository
git clone https://github.com/paradocx96/Web-Cam-Application
# Go into the repository
cd Web-Cam-Application
# Install dependencies
npm install
# Run the app
npm start
```Note: If you're using Linux Bash for Windows, [see this guide](https://www.howtogeek.com/261575/how-to-run-graphical-linux-desktop-applications-from-windows-10s-bash-shell/) or use `node` from the command prompt.
## To Package the Application
```bash
# Using Electron Forge
npm run make
```## User Interface
## License
[MIT](LICENSE)