Skip to content

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/

Notifications You must be signed in to change notification settings

cmwendwa/WeatherByCity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

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/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages