MRVDH / picnic-api

Unofficial and unaffiliated Node.js npm package as a wrapper for the API of the online supermarket Picnic.
MIT License
50 stars 7 forks source link

Remove axios and crypto-js in favor of fetch and crypto #16

Closed MRVDH closed 5 months ago

MRVDH commented 5 months ago

Both libraries can be replaced by built-in Node.js libraries, resulting in less dependencies.

MRVDH commented 5 months ago

Done in #17