Skip to content

Files

Latest commit

c7ad125 · Oct 31, 2016

History

History
8 lines (6 loc) · 456 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 456 Bytes

WeatherByCity

A python command line application that takes the name of a city and returns its weather by requesting it from the public api: https://openweathermap.org/

To run this file you'll need a python interpreter and a key from:https://openweathermap.org/ . Copy the key as following to a python file you will name key.py : key ='YOURKEYHERE' Save the key.py file in the same directory as your interact.py file.