Skip to content

Commit

Permalink
added weather widget
Browse files Browse the repository at this point in the history
  • Loading branch information
advika31 committed Nov 15, 2024
1 parent e9e61cd commit 1030d35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dedicated destinations/thailand/t.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ fetch(url, options)


const apiKey = 'e4636933701791149c0636b03c135f71';
const cityName = 'Ladakh';
const cityName = 'Thailand';
const apiUrl = `https://api.openweathermap.org/data/2.5/weather?lat=15.8700&lon=100.9925&appid=e4636933701791149c0636b03c135f71&units=metric`;

// Function to fetch weather data
Expand Down

0 comments on commit 1030d35

Please sign in to comment.