aurbano / robinhood-node

:chart_with_upwards_trend: NodeJS client for Robinhood Trading :fire:
https://aurbano.github.io/robinhood-node
MIT License
694 stars 184 forks source link

Added defensive code in set_account for when user isnt approved yet #62

Closed swimclan closed 6 years ago

swimclan commented 6 years ago

Defending against js exceptions when no account is returned from RH (ie when signed up but not yet approved)

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 50.909% when pulling 801503f8bc8dc99cf8386c40038ad9951caf5598 on swimclan:master into 3a9f94ae0639814a56f111c7c6bef3d0cfb8cbc4 on aurbano:master.

aurbano commented 6 years ago

Awesome 😄

I'll remove old versions of nodejs from our tests in Travis, and indicate in the Readme the minimum version we support.