Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

How to Use "Do I Need an Umbrella?"

An app that checks if you need to bring an umbrella before you go outside.

  1. Install the 'requests' Module: Make sure you have the 'requests' module installed. If not, you can install it using pip or conda:

    pip install requests

    or

    conda install requests
  2. Get an API Key from OpenWeather: You'll need an API key from OpenWeather to use this app. Replace 'your_api_key' in the script with your actual API key. You can get an API key by signing up at OpenWeather API Keys.

  3. Optional: Change the City: If you don't live in New York City, you can change the city variable in the script from 'New York' to your city.

  4. Running the Script: The app will prompt you to enter the time until which you will be out. Based on the current weather forecast, it will tell you whether you need to bring an umbrella.

About

An app that checks if you need to bring an umbrella before you go outside

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages