# devCast - technical details * The web app sends the given city name to the openWeather's geolocation API * The geolocation API sends the coordinates of the city back to the app * The app then sends the coordinates to openWeatherAPI, which then sends the weather data * Weather data is then displayed to the user. ## Technologies used * Frontend - HTML, CSS and Vanilla JavaScript * APIs - openWeatherAPI and geolocation API ### Contribution * Fork the repo, make some good changes, commit the changes to be able to create a pull request. Made with 🤍 by me