CICCIOSGAMINO / openweather-apis

Simple APIs for OpenWeatherMap.org basic services
GNU General Public License v3.0
44 stars 27 forks source link

Fix unhandled exception #26

Closed simont77 closed 5 years ago

simont77 commented 5 years ago

This PR catches an unhandled exception from http module that causes node to crash if network is not present during a request.

simont77 commented 5 years ago

Thanks!