{% load static %} Fair Weather


Get Current Weather

After rain comes fair Weather



{% 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}} Image

Description : {{description}}

{% endif %}