I would like to create a search bar where I can write the name of a city inside and see the quality of life data.
I know how to create the search bar but I don’t know how to connect everything to the Teleport API. https://api.teleport.org/api/cities/?search={city_name}.
All this with javascript, do you have any suggestions?
The function of JavaScript to link everything