jclarke0000 / MMM-OpenWeatherForecast

Magic Mirror weather module using OpenWeather API
42 stars 25 forks source link

use node-fetch, remove request, cleanup dependencies #1

Closed khassel closed 3 years ago

khassel commented 3 years ago

Thank you for this new module! I'm happy to have a replacement for the darksky-api ...

The used request package is very old and unmaintained, it produces several vulnerabilities.

Feel free to edit if something doesn't fit.

khassel commented 3 years ago

o.k., meanwhile you replaced request with axios, so this is obsolete.