lirantal/npq

Replace axios with node-fetch (or other?)

lirantal opened this issue · 2 comments

Expected Behavior

Replace the axios dependency with another lightweight HTTP. Perhaps even use the built-in one with a wrapper, or something as lightweight as node-fetch.

Current Behavior

Currently all calls are being done with the the axios npm package which I'd like to replace for a lower dependency footprint.

Hi :)
I'm trying this issue now!

Thanks! Let's chat on the PR