Skip to content

Commit 55a7f9e

Browse files
committed
Complete Project 🐧 🍎 💩
0 parents  commit 55a7f9e

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)