https://github.com/rene78/my-cryptoportfolio-local
Display your locally saved Cryptoportfolio.
https://github.com/rene78/my-cryptoportfolio-local
bitcoin-price cryptocompare-api cryptocurrency cryptocurrency-price-ticker cryptocurrency-website portfolio portfolio-management portfolio-website vanilla-javascript
Last synced: 5 months ago
JSON representation
Display your locally saved Cryptoportfolio.
- Host: GitHub
- URL: https://github.com/rene78/my-cryptoportfolio-local
- Owner: rene78
- License: gpl-3.0
- Created: 2021-06-21T18:31:22.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-12-27T00:01:53.000Z (over 4 years ago)
- Last Synced: 2025-02-12T07:54:41.245Z (over 1 year ago)
- Topics: bitcoin-price, cryptocompare-api, cryptocurrency, cryptocurrency-price-ticker, cryptocurrency-website, portfolio, portfolio-management, portfolio-website, vanilla-javascript
- Language: HTML
- Homepage: https://rene78.github.io/My-Cryptoportfolio-Local/
- Size: 20.5 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# My Cryptoportfolio - Local
Website: [My Cryptoportfolio - Local](https://rene78.github.io/My-Cryptoportfolio-Local/)
A fully local web app to get an overview of your cryptoportfolio. Nobody will ever see your private portfolio information. The only external API call is to CryptoCompare to get the current crypto prices.
Obiously this app will not sync with multiple devices. If you want this feature check out the version with a database connection: [My Cryptoportfolio](https://github.com/rene78/My-Cryptoportfolio). There the user portfolios are saved anonymously in a MongoDB Atlas database.
# How-to-use
* Copy index.html to a convenient place on your hard drive.
* Edit index.html, go to line 95 and replace the demoportfolio with your own one.
* Ticker symbols can be found at [CryptoCompare](https://www.cryptocompare.com/), [CoinGecko](https://www.coingecko.com/) or similar pages.
* Available fiat currencies can be seen from line 126 onwards.
* Double-click index.html to display your portfolio.