- Pulled in latest version of npm dependency
request
and pinned to version2.69.0
- Cleaned up and refactored
examples/get_quote.js
- Cleaned up and refactored
test/robinhood.js
- Updated documentation
- Described available options for each method, as well as the response formats
- Add new endpoints (user, dividends, and order) (By @ted7726)
- Fixed callback from login
- Fixed login code (By @dustinmoorenet)
- Tests are passing!
- Added tests
- Improved session handling
- Fixed dependencies in
package.json
- First release, published on npm, without tests yet.