Severe Weather Project

Click the picture to be sent to my GitHub!

Picture of Portfolio Website

I have always lived in the Midwest of America, so severe weather is a common occurrence here. One night, I decided to code out a quick script to see if I could capture live data from tornadohq.com It scrapes from the website into a temporary database, which is SQLite, and is also created in the script (with drop and create functions for each new database table iteration). After initiation of the script, it will continuously update every 2 minutes, as long as it is still running. It definitely was a fun project to code out!