Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suzukiryuichiro/simple_portfolio
Application that aids casual investors to track their portfolio performance across multiple services
https://github.com/suzukiryuichiro/simple_portfolio
Last synced: 1 day ago
JSON representation
Application that aids casual investors to track their portfolio performance across multiple services
- Host: GitHub
- URL: https://github.com/suzukiryuichiro/simple_portfolio
- Owner: SuzukiRyuichiro
- Created: 2021-03-01T04:43:06.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-08T02:24:34.000Z (over 3 years ago)
- Last Synced: 2024-11-09T09:39:44.337Z (about 2 months ago)
- Language: Ruby
- Homepage:
- Size: 5.12 MB
- Stars: 1
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Simple Portfolio
## What is it?
[Simple Portfolio](https://single-portfolio.herokuapp.com/) is a Ruby on Rails application that consolidates multiple brokers' account information in one app.## Demo Login
Email: `[email protected]`
Password `123123`## Instalation
```
brew install yarn
yarn install
```
then```
bundle install
```
create a .env file and include the following api keys```
FINNHUB_API_KEY=YOUR_API_KEY
POLYGON=YOUR_API_KEY
ALPHA_VANTAGE_API_KEY=YOUR_API_KEY
COIN_MARKET_CAP_API_KEY=YOUR_API_KEY
```