-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Labels
Description
I've been looking today for a general purpose JS library that would allow me to:
- Grab coin market price in USD (or any other currency) from various exchanges via API
- Grab coin balance by address (see Feature Request: Track balance/price by public address #19 )
CryptoETF looks like it has functionality to achieve the first goal already. However, it has been packaged with a CLI frontend. It seems like it may reach a wider audience if the Node library API was moved into a separate project and documented.
This would allow reuse in more than one frontend. React web frontends, for example.
Reactions are currently unavailable