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
- Host: GitHub
- URL: https://github.com/srijanshetty/call-remind
- Owner: srijanshetty
- License: mit
- Created: 2014-12-20T10:25:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-14T04:37:11.000Z (over 10 years ago)
- Last Synced: 2025-01-17T19:51:21.761Z (3 months ago)
- Language: JavaScript
- Size: 180 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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?