Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kajgm committed Jun 9, 2024
1 parent ed8788a commit 23534aa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@ A minimal tracker for Stocks and Cryptocurrencies. Intended for use on external
npm install
```

### (Optional) Create a `.env` file and add your Financial Modeling Prep API key
### Create a `.env` file (using the .env.template for example) and add parameters

```
VITE_VUE_APP_FMP_KEY="your_api_key"
VITE_VUE_APP_FMP_KEY="<your_api_key>"
VITE_VUE_APP_STOCK_TICKERS="GME,RDDT"
VITE_VUE_APP_CRYPTO_TICKERS="ETH-USD,BTC-USD"
```

### Compile and Hot-Reload for Development
Expand Down

0 comments on commit 23534aa

Please sign in to comment.