Nodejs application to show latest weather details for the user provided location. Application shows weather description (Sunny, Rainy, Haze, etc.), with the temperature in degrees celsius(°C) and humidity.
- Mapbox to get accurate geolocation.
- weatherstack to get latest weather details.
This application was created for learning Node + Express