{% load static %}
Fair Weather
Fair Weather
Get Current Weather
After rain comes fair Weather
{% csrf_token %}
Search
{% if country_code and coordinate and temp and pressure and humidity %}
Country Code :
{{country_code}}
Coordinates [X,Y] :
{{coordinate}}
Temperature in Celsius :
{{temp}}
Pressure :
{{pressure}}
Humidity :
{{humidity}}
Wind Speed :
{{windspeed}}
Forecast :
{{main}}
Description :
{{description}}
{% endif %}