Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 13 hours ago
JSON representation

A CLI to notify you something periodically.

Awesome Lists containing this project

README

        

# periodic-notifier
A CLI to notify you something periodically

[![npm](https://img.shields.io/npm/v/periodic-notifier.svg)]()
[![styled with prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
[![npm](https://img.shields.io/npm/dt/periodic-notifier.svg)]()
[![Built with generator-ts-np](https://img.shields.io/badge/scaffolding-ts_np-2699ad.svg)](https://github.com/vajahath/generator-ts-np)


![](media/time.png)

## Install
```
npm i -g periodic-notifier
```
#### How it looks?
![periodic-notifier in action](media/feed_cat.png)

## 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

[![used version of ts-np generator](https://img.shields.io/badge/ts--np-v0.0.19-a5a5a5.svg?style=flat-square)](https://github.com/vajahath/generator-ts-np)

## Licence
MIT © [Vajahath Ahmed](https://twitter.com/vajahath7)