altangent / ccxws

WebSocket client for 38 cryptocurrency exchanges
MIT License
618 stars 186 forks source link

bittrex snapshot use sequence, https add headers to result #235

Closed evan-coygo closed 3 years ago

evan-coygo commented 3 years ago

fixes #220

evan-coygo commented 3 years ago

alrirght @bmancini55 new changes pushed

evan-coygo commented 3 years ago

I also noticed that your build requires prettier, but there isn't any easy way to have prettier fix things automatically so I added a format:fix script. I hope that's alright! I think really it would be best if you had a git hook to run formatting before every commit and push using something like husky, that would prevent poorly formatted code from ever reaching the remote and would help avoid failed builds due to formattitng.