Skip to content

MirAafaq/WeatherForecastVisualisation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

WeatherForecastVisualisation

Get Latest Weather Updates of Any City with Visual Analystics

Visual Representation Of Weather Forecast

weather_forecast

Tip

To Get Live Time use Following script

# Define the URL for the WorldTimeAPI
worldtime_api_url <- "http://worldtimeapi.org/api/ip"

# Make an HTTP GET request to the WorldTimeAPI
response <- GET(worldtime_api_url)

# Parse the JSON response
worldtime_data <- fromJSON(content(response, "text"))

# Extract the current date and time
current_datetime <- worldtime_data$datetime

# Print the current date and time
cat("Current Date and Time:", current_datetime, "\n")

Author

Aafaq Ahmad Mir

About

Get Latest Weather Updates of Any City with Visual Analystics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages