benmarten / CryptoETF

Portfolio Overview Tool for Your CryptoCoin Capitalization-Weighted Portfolio.
Apache License 2.0
396 stars 77 forks source link

feat(*): retrieve balances in parallel #14

Closed benmarten closed 6 years ago

benmarten commented 6 years ago

This will resolve #13.

barryvdh commented 6 years ago

Or something like #14, using the native Promise.all()

benmarten commented 6 years ago

Yes I like that. thx