1 min readMay 6, 2020
You don’t plug the token into the request string, your request url should just be http://localhost:8080/api/current-weather. As I mentioned, the application handles the actual request to OpenWeather.
You need to store your OpenWeather API key as an environment variable so the application can get that from the environment during start up.