gzcronwebalive
v1.0.0
Published
Simple cron self-ping module to keep Node.js apps awake
Downloads
5
Maintainers
Readme
🚀 GZ Cron Web Alive
Keep your Node.js apps awake effortlessly using scheduled self-pings 🕒
💡 Features
✅ Automatic minute-based cron pings
✅ Keeps Render, Vercel, or Replit apps alive
✅ Animated terminal logs with spinners and colors
✅ Lightweight and easy to integrate
⚙️ Installation
npm install gzcronwebalive🧩 Usage Example
const { startCron } = require('gzcronwebalive');
// Start cron job to keep your app alive
startCron();📡 Environment Variables
| Variable | Description | Default |
|-----------|--------------|----------|
| PORT | Your app port | 3000 |
| SELF_PING_URL | The URL to ping | http://localhost:3000 |
🖥️ Terminal Demo
🚀 Starting GZ Cron Web Alive...
🔁 Pinging self to keep app awake...
✅ Self-ping successful at 12:01:00 PM🧠 Author
God's Zeal
📦 NPM Package
💻 GitHub Repository
⚖️ License
MIT License © 2025 God's Zeal
