/weather-api-webpage

A Django based webpage with an integrated weather forecast system.

Primary LanguageHTML

A web page with a Bootstrap based carousel and an integrated weather API.

⚠️ Under development ⚠️

Getting Started

Virtual environment:

pip install django
virtualenv ./cs_env
./cs_env/Scripts/activate.ps1
python manage.py makemigrations && python manage.py migrate
python manage.py runserver

Built With

  • HTML
  • CSS
  • Javascript
  • Bootstrap4 - A free, open-source CSS framework directed at responsive, mobile-first front-end web development.
  • Django - Python based web framework for perfectionists with deadlines.
  • Openweather - This is where i got my weather API from.

Resources

Django Project: Build Weather App | From Scratch

Updating the Django Weather App [Part 2]

https://csitba.github.io/curso-web-backend/clases/clase-1.html#c%C3%B3mo-empezar-con-django

https://www.udemy.com/course/front-end-web-development/

Author

Juan Manuel Díaz Arbués