ghoshjagannath/weather_report
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
# result in the below format
# {
# "location": {
# "name": "Kolkata",
# "region": "West Bengal",
# "country": "India",
# "lat": 22.57,
# "lon": 88.37,
# "tz_id": "Asia/Kolkata",
# "localtime_epoch": 1636733687,
# "localtime": "2021-11-12 21:44"
# },
# "current": {
# "last_updated_epoch": 1636729200,
# "last_updated": "2021-11-12 20:30",
# "temp_c": 27.0,
# "temp_f": 80.6,
# "is_day": 0,
# "condition": {
# "text": "Mist",
# "icon": "//cdn.weatherapi.com/weather/64x64/night/143.png",
# "code": 1030
# },
# "wind_mph": 3.8,
# "wind_kph": 6.1,
# "wind_degree": 40,
# "wind_dir": "NE",
# "pressure_mb": 1013.0,
# "pressure_in": 29.91,
# "precip_mm": 0.0,
# "precip_in": 0.0,
# "humidity": 79,
# "cloud": 75,
# "feelslike_c": 28.0,
# "feelslike_f": 82.3,
# "vis_km": 3.2,
# "vis_miles": 1.0,
# "uv": 1.0,
# "gust_mph": 11.0,
# "gust_kph": 17.6
# }
we have used weatherapi for getting data for specific area on the present time.