https://github.com/rjnemo/screen_recorder
Desktop screen recorder application built with Electronjs Capture your screen live
https://github.com/rjnemo/screen_recorder
electron javascript nodejs
Last synced: about 2 months ago
JSON representation
Desktop screen recorder application built with Electronjs Capture your screen live
- Host: GitHub
- URL: https://github.com/rjnemo/screen_recorder
- Owner: rjNemo
- License: mit
- Created: 2020-04-11T17:00:48.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-07-10T15:46:09.000Z (11 months ago)
- Last Synced: 2025-02-10T15:19:42.190Z (3 months ago)
- Topics: electron, javascript, nodejs
- Language: JavaScript
- Homepage:
- Size: 866 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Screen Recorder
Desktop app to record your screen live.
## Getting Started
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
### Prerequisites
This desktop app is built using [Electron](https://www.electronjs.org/) so you will need [Node.js®](https://nodejs.org/) installed. Follow the installation steps on the [official website](https://nodejs.org/en/download/).
You will also need to install the [npm](https://www.npmjs.com/) package manager from the [official website](https://www.npmjs.com/get-npm).
### Installing
Clone this repository
```bash
git clone https://github.com/rjNemo/screen_recorder.git
```To compile run:
```zsh
npm run make
```## Built With
- [Electron](https://www.electronjs.org/) - Build cross-platform desktop apps with JavaScript, HTML, and CSS
- [Node.js®](https://nodejs.org/) - JavaScript runtime built on Chrome's V8 JavaScript engine## Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/rjNemo/screen_recorder/tags).
## Authors
- **Ruidy Nemausat** - _Initial work_
See also the list of [contributors](https://github.com/rjNemo/screen_recorder/contributors) who participated in this project.
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details