mirror of
https://github.com/Xevion/bus-reminder.git
synced 2025-12-09 10:06:43 -06:00
Improve README Stack descriptions
This commit is contained in:
@@ -28,16 +28,18 @@ AWS Lambda or Azure Functions may be much more ideal. Even Cloudflare Workers
|
|||||||
might be easier (although I require Node APIs, I believe).
|
might be easier (although I require Node APIs, I believe).
|
||||||
|
|
||||||
- [Next.js][nextjs]
|
- [Next.js][nextjs]
|
||||||
|
- Overkill for the most part, I will eventually transfer to AWS Lambda with
|
||||||
|
Express
|
||||||
- [`life360-node-api`][life360-node-api] for the Life360 API
|
- [`life360-node-api`][life360-node-api] for the Life360 API
|
||||||
- [Vercel][vercel] for Serverless Functions
|
- [Vercel][vercel] for Serverless Functions (free)
|
||||||
- [Cronitor][cronitor] for Cron Job Monitoring
|
- [Cronitor][cronitor] for Cron Job Monitoring (free)
|
||||||
- [cron-jobs.org][cron-jobs] for Cron Job Execution
|
- [cron-jobs.org][cron-jobs] for Cron Job Execution
|
||||||
- Why both, you may ask? I prefer Cronitor's more verbose telemetry API, and I
|
- Why both, you may ask? I prefer Cronitor's more verbose telemetry API, and I
|
||||||
plan to switch off Vercel eventually.
|
plan to switch off Vercel eventually.
|
||||||
- Vercel has cron jobs, why not use that? Because Vercel requires a Pro plan
|
- Vercel has cron jobs, why not use that? Because Vercel requires a Pro plan
|
||||||
for cron jobs that execute more than once a day. I unfortunately do not need
|
for cron jobs that execute more than once a day. I unfortunately do not need
|
||||||
anything other than cron jobs.
|
anything other than cron jobs.
|
||||||
- [Upstash][upstash]
|
- [Upstash][upstash] for Redis (free)
|
||||||
- [Discord][discord]
|
- [Discord][discord]
|
||||||
|
|
||||||
[nextjs]: https://nextjs.org/
|
[nextjs]: https://nextjs.org/
|
||||||
|
|||||||
Reference in New Issue
Block a user