Skip to content

lakshay-nasa/WeatherApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WeatherApp

appview

Note -> The WebApp has been containerized using Move2Kube tool.

About

A personal project built for understanding APIs. The application provides real-time weather details with images of the searched place in the background.

APIs -

🌱 Requirements

Python 3.7.0 or above. Flask 2.1.2 or above. For more refer to requirements.txt

🛠️ Local-setup

  1. Download and install Python

  2. Download and install Git.

  3. Fork the Repository.

  4. Clone the repository to your local machine

git clone https://github.com/<your-github-username>/.git
  1. Create a virtual environment.

  2. Install dependencies from requirements.txt

pip install -r requirements. txt
  1. Start local-server
python3 app.py