I want to be able to type in a town or city in my search bar and have the website return the coordinates of that place. As of right how I only have a very basic outline to work with
<h1>SNOW LOAD</h1>
<label for="city-input">Enter Place:</label>
<input type="text" id="city-input" placeholder="e.g., town">
<button onclick="lookupSnowLoadGroup()">Lookup</button>
<p id="result"></p>
</div>
Via Active questions tagged javascript - Stack Overflow https://ift.tt/vQZ7qGo
Comments
Post a Comment