Company
Date Published
Author
Michael Jaroya
Word count
1535
Language
English
Hacker News points
None

Summary

This tutorial aims to create an app that sends inspirational quotes every morning using PHP, Cron, SendGrid, Twilio SMS, and Quote APIs. The app fetches random quotes from two APIs, Forismatic and Favqs, and sends them via email and SMS using Twilio and SendGrid respectively. The code is written in Laravel, a popular PHP framework for web development. The tutorial covers the setup of the required services, creation of the Quote model, sending of quotes via SMS and email, and scheduling of the app to run daily at 6:00 am using Cron.