A Django-based Weather Application using the WeatherAPI that are allows to find the Weather and Forecast by Location (GPS) Method. Focues on clean and responsive design pattern. They are using the technology of python, django, API's, HTML, CSS, JavaScript
- Search by City or Coordinates
- Show a Current Weather Details like (Temperature, Humidity, etc.,)
- Auto location Detection by Clicking a button
- Focuses on clean User Interface (UI) , Smoothly Animated
- Clean Responsive design
- LAT, LONG passed via URL for Dynamic Search
- Backend: Django, Python, WeatherAPI's
- Frontend: HTML, CSS, JavaScript
- Database: SQLite
- Deployment:Git and Version Control
Weather Application/
├── templates/
├── static/
├── wethr
├── wethr_app
├── LICENSE
├── db.sqlite3
├── manage.py
└── README.md git clone https://github.com/GOKUL988/Weather-Application-.git cd Weather-application- CREATE NEW VIRTUAL ENVIRONMENT
python -m venv env ACTIVATE THE VENV
LINUX : source .venv\bin\activate
WINDOWS : ./.venv/Scripts/activate pip install -r requirements.txt python manage.py makemigrations python manage.py migrate python manage.py createsuperuser python manage.py runserver - This project is licensed under the MIT License.
- GOKUL
- 📧 Email : gs164945@gmail.com
- 🌐 GitHub Portfolio :LINK



