-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from peniqliotuv/2.3
2.3
- Loading branch information
Showing
33 changed files
with
7,446 additions
and
2,478 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"presets": ["env", "minify"], | ||
"env": { | ||
"production": { | ||
"plugins": ["transform-remove-console"] | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
module.exports = { | ||
"extends": "airbnb-base" | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,3 +3,4 @@ node_modules | |
.vscode | ||
dist | ||
deploy.sh | ||
lib |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.