/weather

Get the weather for a city with https://openweathermap.org/current

Primary LanguagePython

Get Weather

Provide a virtual environment of python version 3.7

  1. virtualenv -p python3.7
  2. activate that virtualenv source
  3. pip install -r requirements.txt

How to run

  1. Export an environment variable of API_KEY (Key Used to talk to api.openweathermap.org)
  2. python main.py

Once run, the output will print out the following:

The Weather in LA is: 17.14 C and 62.85 F