nothingisdead / npm-kraken-api

[DEPRECATED] NodeJS Client Library for the Kraken (kraken.com) API
Other
412 stars 188 forks source link

Use needle instead of request #25

Closed claude2 closed 7 years ago

claude2 commented 7 years ago

request is too bloated for this purpose. Recommend using needle instead.

nothingisdead commented 7 years ago

I agree... but I prefer https://www.npmjs.com/package/got lately :) Just switched it.