karbassi/netatmo

Replace request with axios

karbassi opened this issue · 1 comments

As great as request has been, it's pretty heavy. It has 22 dependencies.

Whereas axios has only 2.

A quick drop in replacement for "request" could be "postman-request". still just as heavy as the original but at least its maintained.