Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s8sachin/brightnessapp-nodejs
https://github.com/s8sachin/brightnessapp-nodejs
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/s8sachin/brightnessapp-nodejs
- Owner: s8sachin
- License: mit
- Created: 2017-01-13T08:52:37.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-03-26T14:55:30.000Z (almost 8 years ago)
- Last Synced: 2024-11-06T02:41:21.324Z (about 2 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: change-brightness.sh
- License: LICENSE
Awesome Lists containing this project
README
Simple app using node js to change screen brightness.
Usage:
clone repo to your local directory,
go into cloned directory,
install node modules by running"npm install"
now runsudo node app.js --myBrightness="your_value_between_0_and_1"
example:sudo node app.js --myBrightness=0.5
or you can either run shell script filesudo change-brightness.sh
fork repo and contribute to this,help improve.