IMPORTANT: This repository has been archived due to inactivity and will (for now) be no longer maintained
A tiny util to send yourself an email with your schedule.
What you'll need:
- Server
- A tiny bit of JSON & JS knowledge
What your Server needs:
- Git
- 2 Cron-Jobs or similar
- Node (LTS)
- npm (LTS)
- SMTP Server
This pretends you have an Git, Node, npm and SMTP installation!
# This will download the repo
$ git clone https://github.com/LEDBrain/send-daily-schedule
# This will change the directory to the downloaded repo
$ cd send-daily-schedule
# This will create a folder named 'data'
$ mkdir data
# This installes all npm dependencies
$ npm install
(for explanations see Linux)
git clone https://github.com/LEDBrain/send-daily-schedule
cd send-daily-schedule
mkdir data
npm install
This step is a bit more complicated
-
Create a
<your name>.json
(replace "<your name>" with your name) -
Fill out example.json, rename the file to fit your name (should look like "yourname.json") and then move into
data/
-
Fill out
example.config.js
and rename it toconfig.js
-
Setup a cronjob/task executing
npm run daily:today
andnpm run daily:tomorrow
every day -
Wait for your first email to arrive!
Thanks goes to these wonderful people (emoji key):
Ron31 💻 🚧 |
KokosnussDEV 💻 👀 |
This project follows the all-contributors specification. Contributions of any kind welcome!