askmike / bitstamp

Bitstamp REST API wrapper
80 stars 54 forks source link

[enhancement] Make async requests #47

Closed tuloski closed 6 years ago

tuloski commented 6 years ago

Hi, would it be possible to make all the request async, possibly with promises?

KevinJue commented 6 years ago

@tuloski you got the solution here https://github.com/krystianity/node-bitstamp

askmike commented 6 years ago

@tuloski it follows default node callback style. You can use a tool like pify to easily turn this into a promise.

@KevinJue that's a completely different project.