zoeydawn / coin-ticker

Wrapper for bitcoin exchange apis. The easiest way to add cryptocurrency market data into your application!
https://www.npmjs.com/package/coin-ticker
45 stars 22 forks source link

Thinking beyond #11

Closed passabilities closed 7 years ago

passabilities commented 7 years ago

As I said previously, I am working on another project to accomplish the same thing but with a much wider range of functions (i.e. ticker, depth, buy, sell, pairs, assets, etc.). Right now, I'm using both what I have built and fetching the tickers from here (didn't want to add the tickers since it was already done here). How do you feel about a complete rewrite of the project or creation of a new one to incorporate this? I was thinking about starting a new project and calling it crypto-exchange for this but I don't want to take away from what you've already built though.

passabilities commented 7 years ago

I went ahead and created a repo for what I have. Not as many exchanges as you have, but I plan on adding more very soon.

You can check it out here: https://github.com/passabilities/crypto-exchange

zoeydawn commented 7 years ago

Looks great @passabilities! Feel free to fork this project and use the code here.