Background: My father asked me to update him with gold rate everyday. I thought of automating this job.
Plan:
- Get current gold rate.
- Send whatsapp message everyday to my father.
Technical:
- Fetch current gold rate using any publicly available gold api.
- Setup an account on twilio to send whatsapp messages with gold rate.
- Create a cron job to send whatsapp message everyday at 6 PM. -- Using serverless - Use firebase cloud function to deploy my gold rate messenger function. The cloud function is setup as a cron job to run everyday.