GDGC-MET / Weather_App

A simple weather app that provides real-time weather information for any location using the OpenWeatherMap API.
https://gdgc-met.github.io/Weather_App/
MIT License
2 stars 31 forks source link

suggest city name when typing #36

Open Pranjal24w opened 1 month ago

Pranjal24w commented 1 month ago

To suggest the name of the city To overcome the problem of having spelling mistakes in city names we can suggest user a list of the city names

Use the data list tag to get suggestion In HTML data list tag can be given to get the name to the city for suggestion

Alternatives solution We can use city data API to get information about the city. API of rapid can be used