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

https://github.com/srijanshetty/call-remind

Be polite, call people
https://github.com/srijanshetty/call-remind

Last synced: about 2 months ago
JSON representation

Be polite, call people

Awesome Lists containing this project

README

        

call-remind
-----------

Le me bad at keeping touch, le me automate reminder.

What?
-------------

- Sends a pushbullet notification to the listed device (I use my phone for the same) and to my laptop.

How?
-------

1. Install the package.

```shell
git clone https://github.com/srijanshetty/call-remind.git
cd call-remind
npm install
npm link
```

2. Create a ~/call-remind.json file as follows:

```json
{
"API_KEY": "",
"device": "",
"list": [
{"name": "Eric", "message": "1203948234"},
{"name": "Mom", "message": "13409412340"},
{"name": "Dad", "message": "08736291237"}
],
"notifications": {
"laptop": true
}
}
```

Later
-----

- Windows support. Maybe?