Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrkpatchaa/blinker
Inspired by the 20 20 20 rule, this is a little reminder to look 20 feet away from your screen every 20 minutes. Keep your eyes healthy, reduce eye strain, prevent headaches and increase productivity.
https://github.com/mrkpatchaa/blinker
electron electron-app electron-application health javascript
Last synced: 3 months ago
JSON representation
Inspired by the 20 20 20 rule, this is a little reminder to look 20 feet away from your screen every 20 minutes. Keep your eyes healthy, reduce eye strain, prevent headaches and increase productivity.
- Host: GitHub
- URL: https://github.com/mrkpatchaa/blinker
- Owner: mrkpatchaa
- Created: 2017-06-16T08:28:44.000Z (over 7 years ago)
- Default Branch: develop
- Last Pushed: 2024-01-16T11:02:46.000Z (about 1 year ago)
- Last Synced: 2024-01-16T17:15:03.144Z (about 1 year ago)
- Topics: electron, electron-app, electron-application, health, javascript
- Language: JavaScript
- Homepage:
- Size: 238 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Check Tauri version
https://github.com/mrkpatchaa/blinker-tauri## **Give your eyes a rest will ya!**
Inspired by the 20 20 20 rule, this is a little reminder to look 20 feet away from your screen every 20 minutes. Keep your eyes healthy, reduce eye strain, prevent headaches and increase productivity.
This is a simple application based on electron that will display a tray icon to help you configure how you want it to work.
Inspired by : http://www.blynker.com/#
## Download
Check the releases folder.## Dev setup
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/rmkpatchaa/blinker
# Go into the repository
cd blinker
# Install dependencies
npm install
# Run the app
npm start
```## Resources for Learning Electron
- [electron.atom.io/docs](http://electron.atom.io/docs) - all of Electron's documentation
- [electron.atom.io/community/#boilerplates](http://electron.atom.io/community/#boilerplates) - sample starter apps created by the community
- [electron/electron-quick-start](https://github.com/electron/electron-quick-start) - a very basic starter Electron app
- [electron/simple-samples](https://github.com/electron/simple-samples) - small applications with ideas for taking them further
- [electron/electron-api-demos](https://github.com/electron/electron-api-demos) - an Electron app that teaches you how to use Electron
- [hokein/electron-sample-apps](https://github.com/hokein/electron-sample-apps) - small demo apps for the various Electron APIs