GithubHelp home page GithubHelp logo

brbappcorp / stockstalk Goto Github PK

View Code? Open in Web Editor NEW

This project forked from sagivo/stockstalk

0.0 1.0 0.0 357 KB

Robinhood on Desktop

Home Page: https://stockstalk.club

License: MIT License

JavaScript 82.97% HTML 4.36% CSS 11.93% Shell 0.74%

stockstalk's Introduction

Robinhood on desktop

StockStalk

Free and open source Robinhood desktop version.
Built on top of Electron and React, allows you to build a version for Mac, Windows and Linux.
๐Ÿค˜Join our Slack channel๐Ÿค˜

Downloads

Download Robinhood for Mac, Windows and Linux.

Stack

Built on top of electron to support mac, windows and linux. The front is written using React frameworks. The state is managed by mobX.

Install

  • Make sure you have electron and react istalled first.
  • You will also need to create a firebase file account under src/helpers/firebase.js with this code (make sure to insert your credentials):
const firebase = window.firebase;
const config = {
  apiKey: "",
  authDomain: "",
  databaseURL: "",
  projectId: "",
  storageBucket: "",
  messagingSenderId: ""
} 

firebase.initializeApp(config);
const db = firebase.firestore();
const auth = firebase.auth();
 
export { auth, db }

To start developing:

yarn install
yarn dev

Develop

  • Make sure you have: "main": "public/electron-starter.js", under package.json so you can always use the develop stack then:
yarn dev

Build

  • Make sure you have electron-builder installed.
  • Make sure you have: "main": "build/electron-starter.js", under package.json.
  • You can build per platform by yarn dist or for all platforms by using the doecker script under scripts/docker.sh
  • Build for a specific version by usin yarn dist-win/yarn dist-mac/yarn dist-linux

Publish

We use electron-builder to publish the packages to github. You will need to sign them for win or mac my purchasing certificate. Once you're done use:

yarn publish

Donate

The best donation is by submiting a PR and improving the code.
Alternatively, you can just buy me a coffee

stockstalk's People

Contributors

max-github avatar sagivo avatar

Watchers

 avatar

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.