No description
Find a file
dependabot[bot] 243bd3c5dd
Bump plist from 3.0.4 to 3.0.5
Bumps [plist](https://github.com/TooTallNate/node-plist) from 3.0.4 to 3.0.5.
- [Release notes](https://github.com/TooTallNate/node-plist/releases)
- [Changelog](https://github.com/TooTallNate/plist.js/blob/master/History.md)
- [Commits](https://github.com/TooTallNate/node-plist/commits)

---
updated-dependencies:
- dependency-name: plist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-03-28 22:10:57 +00:00
src v0 release package 2020-04-11 19:33:50 +02:00
.gitignore v0 release 2020-04-11 18:51:19 +02:00
LICENSE.md v0 release package 2020-04-11 19:33:50 +02:00
package-lock.json Bump plist from 3.0.4 to 3.0.5 2022-03-28 22:10:57 +00:00
package.json Bump electron from 12.1.0 to 13.6.6 (#17) 2022-03-29 00:10:23 +02:00
README.md v0 release package 2020-04-11 19:41:57 +02:00

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 so you will need Node.js® installed. Follow the installation steps on the official website.

You will also need to install the npm package manager from the official website.

Installing

Clone this repository

git clone https://github.com/rjNemo/screen_recorder.git

To compile run:

npm run make

Built With

  • Electron - Build cross-platform desktop apps with JavaScript, HTML, and CSS
  • Node.js® - JavaScript runtime built on Chrome's V8 JavaScript engine

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

  • Ruidy Nemausat - Initial work

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details