/WeatherApp

A simple weather app where the user can input a city & get the API to return the weather prediction for that day.

Primary LanguageJavaScript

WeatherApp

  • A Weather app where the user can input a city and get the API to return the weather prediction for that day.
  • Uses the Open Weather Map API: https://openweathermap.org/api

Technologies Used:

javascript sass webpack

What I Learned

  • How to use promises, in this case, using the async-await pattern to fetch data from an API and serve it to the user.
  • How to use Dotenv to create environment variables and only expose what I choose and use.