Skip to content

rene78/My-Cryptoportfolio-Local

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

My Cryptoportfolio - Local

Website: 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. 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, CoinGecko or similar pages.
    • Available fiat currencies can be seen from line 126 onwards.
  • Double-click index.html to display your portfolio.