Skip to content

Commit

Permalink
Merge pull request #2 from peniqliotuv/2.3
Browse files Browse the repository at this point in the history
2.3
  • Loading branch information
Jerry Tsui authored May 13, 2018
2 parents 7e34668 + 06dc82e commit e3a1418
Show file tree
Hide file tree
Showing 33 changed files with 7,446 additions and 2,478 deletions.
8 changes: 8 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"presets": ["env", "minify"],
"env": {
"production": {
"plugins": ["transform-remove-console"]
}
}
}
3 changes: 3 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
"extends": "airbnb-base"
};
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ node_modules
.vscode
dist
deploy.sh
lib
56 changes: 42 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,33 +1,61 @@
# Robinhood Ticker
![GitHub version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=gh&type=6&v=2.2.0&x2=0) ![Open Source Love](https://badges.frapsoft.com/os/mit/mit.svg?v=102)

Easily track the performance of your Robinhood stock portfolio just by glancing at the your computer's menubar. Robinhood Ticker uses the [unofficial Robinhood API](https://github.com/sanko/Robinhood) to authenticate with and retrieve data from the Robinhood servers. Your credentials and portfolio information are **never** stored or sent to any third party.
![GitHub version](https://d25lcipzij17d.cloudfront.net/badge.svg?id=gh&type=6&v=2.3.0&x2=0) ![Open Source Love](https://badges.frapsoft.com/os/mit/mit.svg?v=102)

<p align="center"><img src="https://i.imgur.com/4WgZrXx.png"/></p>
<p align="center"><img src="https://puu.sh/A5pRr/7277cc2e73.png" height="400px"/></p>
Easily track the performance of your Robinhood stock portfolio just by glancing at the your computer's menubar. Robinhood Ticker uses the [unofficial Robinhood API](https://github.com/sanko/Robinhood) to authenticate with and retrieve data from the Robinhood servers. Your credentials and portfolio information are **never** stored or sent to any third party.

<p align="center"><img src="https://i.imgur.com/4WgZrXx.png"/></p>

<p align="center"><img src="https://puu.sh/A5pRr/7277cc2e73.png" height="400px"/></p>

## Getting Started

The latest release for MacOS is version 2.2.0: https://github.com/peniqliotuv/robinhood-ticker/releases/tag/v2.2.0

Support for windows is currently in progress.

## Features
- Automatic refresh intervals (1, 2, 5, 15 minutes)
- Tracking the total value of your stock portfolio
- Tracking your watchlist
- Tracking the performance of each individual asset in your portfolio
- Changing between percent change and gain/loss in USD
- Automatic updates
- Supports two-factor authentication

* Automatic refresh intervals (1, 2, 5, 15 minutes)

* Tracking the total value of your stock portfolio

* Tracking your watchlist

* Tracking your portfolio/watchlist with an interactive chart

* Tracking the performance of each individual asset in your portfolio

* Changing between percent change and gain/loss in USD

* Automatic updates

* Supports two-factor authentication

## More Screenshots

Authenticating with Robinhood
<p align="center"><img src="https://puu.sh/znHko/63dd942490.png" height="350px"/></p>

<p align="center"><img src="https://puu.sh/znHko/63dd942490.png" height="350px"/></p>

Chart view

<div align="center">
<iframe src="https://giphy.com/embed/836KLcR5aQBaowYL6p" width="480" height="352" frameBorder="0" class="giphy-embed" allowFullScreen></iframe><p><a href="https://giphy.com/gifs/rh-ticker-836KLcR5aQBaowYL6p"></a></p>
</div>

## Releases

MacOS only currently

Latest Release: https://github.com/peniqliotuv/robinhood-ticker/releases/tag/v2.2.0

## Built With
- [Electron](https://electronjs.org/)
- Vanilla Javascript ❤️

* [Electron](https://electronjs.org/)
* [Chartist](http://gionkunz.github.io/chartist-js/index.html)
* Vanilla Javascript ❤️

## License

This project is licensed under the MIT License - see the LICENSE.md file for details
46 changes: 0 additions & 46 deletions StockAPI.js

This file was deleted.

Loading

0 comments on commit e3a1418

Please sign in to comment.