We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
0 parents commit 55a7f9eCopy full SHA for 55a7f9e
README.md
@@ -0,0 +1,33 @@
1
+# thirsty-in-node-cli
2
+
3
+Inspired from [thirsty](https://github.com/kalbhor/thirsty)
4
5
+> Desktop Notifier to ensure you keep drinking water every 2 hours :beers:
6
7
+It'll send you Desktop Notifications every 2 hours to Drink Water
8
9
+# Configuration
10
11
+## (1) Install dependencies
12
13
+`npm install` or `npm i`
14
15
+## (2) Add it in PM2
16
17
+`npm start`
18
19
+## (3) Start it during PC BOOT
20
21
+`npm run startup`
22
23
+## (4) To delete it from PM2
24
25
+`npm run delete`
26
27
+## License
28
29
+[MIT](LICENSE.md) © [Akshay Kadam](https://github.com/deadcoder0904)
30
31
+### Made by A2K
32
33
+<img src="http://imgur.com/jfmA33n.png" alt="Sign" width=250 height=130 />
0 commit comments