In an interview with Descript, I was asked to build a weather dashboard. Here is my solution.
Build a weather dashboard where the user can add and remove locations to view the weather. Locations should be added by zip code. The dashboard should display the temperature and the air quality for each location. Use the OpenWeatherMap API to retrieve the weather information.
BONUS: Once a location has been added, refresh its weather data every five seconds.
Everything made sense, I made no assumptions!
git clone https://github.com/bradgarropy/descript-weather.git
cd descript-weather
npm install
npm start
Brad Garropy 💻 🎨 📖 🚇 |