Git Product home page Git Product logo

robindahood's Introduction

RobInDaHood

A desktop app for Robinhood

robindahood

This project was bootstrapped with Create React App.

Project setup: https://medium.freecodecamp.com/building-an-electron-application-with-create-react-app-97945861647c#.pf5yr1mgt

API reference: https://github.com/sanko/Robinhood

How to Run

npm install
npm run dev

Build

npm run build
npm run dist

Todos

robindahood's People

Contributors

edwardlai3582 avatar smitch88 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

robindahood's Issues

Unexpected strict mode reserved word

RobInDaHood (master) $ npm install

> [email protected] postinstall /Users/allen/scripts/RobInDaHood
> install-app-deps

/Users/allen/scripts/RobInDaHood/node_modules/electron-builder/out/cli/install-app-deps.js:16
let main = (() => {
^^^
SyntaxError: Unexpected strict mode reserved word
    at exports.runInThisContext (vm.js:73:16)
    at Module._compile (module.js:443:25)
    at Object.Module._extensions..js (module.js:478:10)
    at Module.load (module.js:355:32)
    at Function.Module._load (module.js:310:12)
    at Function.Module.runMain (module.js:501:10)
    at startup (node.js:129:16)
    at node.js:814:3

npm ERR! Darwin 14.4.0
npm ERR! argv "node" "/usr/local/bin/npm" "install"
npm ERR! node v0.12.4
npm ERR! npm  v2.11.2
npm ERR! code ELIFECYCLE
npm ERR! [email protected] postinstall: `install-app-deps`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] postinstall script 'install-app-deps'.
npm ERR! This is most likely a problem with the robindahood package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     install-app-deps
npm ERR! You can get their info via:
npm ERR!     npm owner ls robindahood
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/allen/scripts/RobInDaHood/npm-debug.log

Cannot log in

Is the app down now? Im very interested in using it but I cannot get past the login screen. If i exit the app, I have to uninstall and redownload in order to get to the login screen. Any updates or anything Im missing?

ETFs w/o Fundamental Data Throw Errors

I've noticed that any product whose underlying does not have fundamentals (EPS, P/E, etc ..) will be blank, i. e. they will only show the background on the dashboard.

Examples of products are GLD and VXX (physical gold and options contracts do not have an EPS ratio, respectively). Any product whose underlying is unrelated to a company will throw.

The console error:

Uncaught TypeError: Cannot read property 'eps' of undefined
at t.value (Earnings.js:54)

at f._renderValidatedComponentWithoutOwnerOrContext (ReactCompositeComponent.js:799)
at f._renderValidatedComponent (ReactCompositeComponent.js:822)
at f.performInitialMount (ReactCompositeComponent.js:362)
at f.mountComponent (ReactCompositeComponent.js:258)
at Object.mountComponent (ReactReconciler.js:46)
at f.performInitialMount (ReactCompositeComponent.js:371)
at f.mountComponent (ReactCompositeComponent.js:258)
at Object.mountComponent (ReactReconciler.js:46)
at h.mountChildren (ReactMultiChild.js:238)

Should be an easy fix with an exception handler or something to check if fundamental data exists for a given product.

npm install: ... No native production dependencies

RobInDaHood (master) $ npm install

> [email protected] postinstall ~/scripts/RobInDaHood
> install-app-deps

No native production dependencies
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: 7zip-bin-linux@^1.0.3 (node_modules/electron-builder/node_modules/7zip-bin/node_modules/7zip-bin-linux):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"linux","arch":"any"} (current: {"os":"darwin","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: 7zip-bin-win@^2.0.2 (node_modules/electron-builder/node_modules/7zip-bin/node_modules/7zip-bin-win):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"win32","arch":"any"} (current: {"os":"darwin","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: 7zip-bin-win@^2.0.2 (node_modules/electron-builder-squirrel-windows/node_modules/electron-builder-util/node_modules/7zip-bin/node_modules/7zip-bin-win):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"win32","arch":"any"} (current: {"os":"darwin","arch":"x64"})
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: 7zip-bin-linux@^1.0.3 (node_modules/electron-builder-squirrel-windows/node_modules/electron-builder-util/node_modules/7zip-bin/node_modules/7zip-bin-linux):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for [email protected]: wanted {"os":"linux","arch":"any"} (current: {"os":"darwin","arch":"x64"})

$ uname -a
Darwin iMac.local 14.4.0 Darwin Kernel Version 14.4.0: Thu May 28 11:35:04 PDT 2015; root:xnu-2782.30.5~1/RELEASE_X86_64 x86_64

Logarithmic Returns

Hi, is there any way to edit the platform so I can view the Logarithmic Returns of positions over a period of time? (as opposed to arithmetic returns?) Seems like the whole Robinhood team overlooked this?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.