Skip to content

Application to get the current weather forecast for the entered city.

License

Notifications You must be signed in to change notification settings

feeelin/weather-app

Repository files navigation

Weather App

Application to get the current weather forecast for the entered city.


Goals

This project was a collaborative effort between students in the Python32 group while learning the fundamentals of team-based software development and agile methodologies. During its development, students had to perform tasks, go through code review, ensure code coverage with tests, and interact with each other to produce results.

Usage

You need to provide your own Open Weather Map API Key in config.py

Windows

pip install -r requirements.txt

python main.py

Linux

pip3 install -r requirements.txt

python3 main.py

Collaborators