Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Consider formally separating API from frontend #20

Open
createthis opened this issue Jan 4, 2018 · 1 comment
Open

Consider formally separating API from frontend #20

createthis opened this issue Jan 4, 2018 · 1 comment
Projects

Comments

@createthis
Copy link
Contributor

I've been looking today for a general purpose JS library that would allow me to:

  1. Grab coin market price in USD (or any other currency) from various exchanges via API
  2. 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.

@barryvdh
Copy link
Collaborator

barryvdh commented Jan 5, 2018

Yeah I was trying to fit it in a Vue project myself, but wasn't really working well. First step would be to seperate the Settings, as discussed here: #16 (comment)
And then make the portfolio more extendible and publish this to npm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
2.0.0
  
To Do
Development

No branches or pull requests

3 participants