https://github.com/vajahath/periodic-notifier
A CLI to notify you something periodically.
https://github.com/vajahath/periodic-notifier
nodejs notifications notifier npm npm-package periodic reminder
Last synced: 4 months ago
JSON representation
A CLI to notify you something periodically.
- Host: GitHub
- URL: https://github.com/vajahath/periodic-notifier
- Owner: vajahath
- License: mit
- Created: 2017-04-26T11:32:41.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-28T10:10:31.000Z (almost 8 years ago)
- Last Synced: 2025-01-19T01:43:46.947Z (6 months ago)
- Topics: nodejs, notifications, notifier, npm, npm-package, periodic, reminder
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/periodic-notifier
- Size: 182 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# periodic-notifier
A CLI to notify you something periodically[]()
[](https://github.com/prettier/prettier)
[]()
[](https://github.com/vajahath/generator-ts-np)

## Install
```
npm i -g periodic-notifier
```
#### How it looks?
## Usage
To know usage, try running
```
periodic-notifier --help
```
will give you a quick guide.
```
Usage: periodic-notifier [options]Options:
-V, --version output the version number
-I --interval## Example
```
periodic-notifier -I 5s -T "Feed the cat" -M "Because they are awesome.." -W
```## Change log
- v1.1.0
- bug fix with icon
- works in more node versions.
- notifies if a new version of the cli is available
- better docs
- v1.0.0
- initial release[](https://github.com/vajahath/generator-ts-np)
## Licence
MIT © [Vajahath Ahmed](https://twitter.com/vajahath7)