TheTimmaeh / node-expresstrade

Interact with the OPSkins ExpressTrade API from Node.js
MIT License
11 stars 4 forks source link

Support for Promises #13

Open NEO97online opened 5 years ago

NEO97online commented 5 years ago

It would be great if this package could support Promises, instead of only callbacks. This would allow for async/await support as well.

TheTimmaeh commented 5 years ago

I considered supporting promises myself, I'll get back to it when I got some time.