Improving AWS S3 Bucket Setup With Python
Set up AWS S3 bucket to store weather data from OpenWeatherMap API. Install boto3 & requests, set up AWS CLI & S3 bucket, get OpenWeatherMap API key & create Python script to fetch & upload data.
Weather Dashboard Project The Weather Dashboard is a Python-based project that pulls weather data from the OpenWeather API and uploads it to an AWS S3 bucket. It is designed to provide a simple interface for displaying weather information for different cities and saving the results to the cloud. This project leverages AWS S3 to store weather data, making it highly scalable, and uses Python to interact with the OpenWeather API. Table of Contents Prerequisites Project Overview Core Features Tools Used Project Setup Environment Setup Running the Project Prerequisites Before s...