bitfinexcom / cheesebox

3 stars 8 forks source link

Use an existing library? #6

Open jpospychala opened 6 years ago

jpospychala commented 6 years ago

hi, I really like this simple panel. Haven't you considered using an existing library that abstracts exchanges, rather than writing your own?

For example ccxt like I used it in https://github.com/jpospychala/cheesebox/commit/611fb3df89555d3fb6c9f383087e5b6ecc0b781c

robertkowalski commented 6 years ago

wow, thats a cool idea. thx for the tip!

jpospychala commented 6 years ago

glad you like it. From my brief experience with plugging cheesebox to existing exchanges (I tried ethfinex and kraken), I noticed two other issues:

robertkowalski commented 5 years ago

thank you! sorry for the late reply, was working on other projects.

for the cors support, i opened #27

the new version of cheesebox will be event based. i will make polling for http configurable.