Create a Weather App Using Django
This post shows how to create a weather app using Weather API which gives us the real-time weather data. We will use Django backend framework.
1/ Create weather project
$ django-admin startproject weather
2/ Navigate inside weather
$ cd weather
3/ S...
wulfi.hashnode.dev3 min read