All Projects → nebrius → contact-scheduler

nebrius / contact-scheduler

Licence: GPL-3.0 license
A desktop application for scheduling times to reach out to folks regularly that plays nicely with my anxiety

Programming Languages

typescript
32286 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Contact Scheduler

A system for scheduling times to reach out to folks regularly that takes into account my anxiety and other brain quirks.

This app is currently still pre-beta. If you would like to try this app out, you'll need to jump through a few hoops. Run these instructions from the command line, and it should work:

git clone https://github.com/nebrius/contact-scheduler.git
cd contact-scheduler
npm install
cd renderer
npm install
cd ../main
npm install
cd ..
npm run electron-rebuild
npm run build
npm start

If you're on Windows:

You'll first need to install the VS build tools. Note that you need VS 2015 tools, not VS 2017 tools to build the sqlite3 dependency. Install them with:

npm install --vs2015 -g windows-build-tools

You'll also need to set up a shortcut for notifications to work: https://github.com/nadavbar/node-win-shortcut. Instructions on how to use that module to create the shortcut are coming soon, just as soon as I remember how I did it the first time 😅.

If you're on Linux or macOS:

This should work on macOS and Linux without any extra steps, but I haven't tested it yet so YMMV. If you run into any problems, please file an issue.

License

Copyright (C) Bryan Hughes [email protected]

Contact Schedular is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Contact Schedular is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with Contact Schedular. If not, see http://www.gnu.org/licenses/.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].