🐱 Simple app to make sure me and my girlfriend are cleaning the damn litter box.
- Create a
config.json
file in app's root directory based off ofconfig.template.json
- Replace the info in the participants array matching this format:
[
{
"name": "ethan",
"number": "+15555555555", <-- this format is important!
"karma": 0
},
{
"name": "emilie",
"number": "+15555555555", <-- this format is important!
"karma": 0
}
]
- Set preferences object to proper format:
{
"alertTime": https://www.npmjs.com/package/cron,
"timezone": http://momentjs.com/timezone
}
npm i
npm start