This website gives you key information about the weather given the passed in city name.
Note: This application requires an API Security Key. In order to have access to one.
- Head over to https://openweathermap.org/api
- Make an account which than an API key will be emailed to you
- pass this api key to the apiID variable on line 3 on script.js
- the WeatherWebsite program now works!
This is my first and key website working with async, await, API's, and fetch()