import express from "express"; import cron from "node-cron"; import twilio from "twilio"; /* ========================= π§ CHANGE ONLY THESE ========================= */ const accountSid = "YOUR_TWILIO_ACCOUNT_SID"; const authToken = "YOUR_TWILIO_AUTH_TOKEN"; const fromNumber = "+46 0706983702"; // Twilio number const toNumber = "+46 70-632 70 99"; // Her number const PORT = 3000; /* ========================= */ const client = twilio(accountSid, authToken); const app = express(); /* π BIRTHDAY PAGE */ app.get("/", (req, res) => { res.send(`
You donβt have to be okay today.
You donβt have to smile if itβs hard.
Iβm here for you β always.