This project fetches the current weather data for San Francisco, CA, using the OpenWeatherMap API and stores the data in a SQLite database. The data includes temperature, pressure, humidity, weather description, wind speed, and the time of the report.
Make sure you have the following installed on your system:
- Python 3.6 or later
- pip (Python package installer)
You need to install the following Python libraries:
pip install requests
pip install pandas
pip install SQLAlchemy