Weather App Cover Image

A Weather App with a Twist

This is was a very fun project to build and it is also quite helpful. I initially built this app to merely fetch weather data from the Open Weather Map API using Reactjs. ☀️

weather image
Weather conditions

I usually check the weather to see whether or not it's going to rain so I I figured with the power of Python I could create a simple daily reminder to take an umbrella if it is going to rain in the next 10 hours.

I included Twilio API to send an SMS to my phone number everyday in the morning. 🌧 📱

In order to automate this Python script to run everyday and check the weather and send SMS, I used Python Anywhere ☔️

Check out the live site here

React code on GitHub

Python code on GitHub