- Show temperature of 3 cities 📌 Nuuk/GL, Urubici/BR and Nairobi/KE.
- Temperature must be displayed in degrees Celsius.
- Humidity must be displayed in percentage.
- Pressure must be displayed in hectoPascal.
- Temperatures equal to or below 5 degrees should be displayed in blue.
- Temperatures above 5 degrees and equal to or below 25 should be displayed in orange.
- Temperatures above 25 degrees should be displayed in red.
- Weather conditions should be updated every 10 minutes.
- Weather conditions must be cached on the frontend for 10 minutes.
- We suggest using the following API: https://openweathermap.org.
Take a look at the demo 👀
https://psxninja.github.io/challenge-blue-account
- NodeJS https://nodejs.org/
npm install
npm run serve
npm run test:unit