what3words / w3w-node-wrapper

Node wrapper for the What3Words API
https://docs.what3words.com/api/v3/
MIT License
44 stars 10 forks source link

[IN-649] Axios Transport Error #70

Closed chaddgrimm closed 5 months ago

chaddgrimm commented 5 months ago

Axios >=1 is a peer dependency however require('axios') is returning an object instead of the expected function (which is how it was with axios v0).