Skip to content

JTinkers/AssetDesmond

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AssetDesmond

A highly configurable stock ticker.

Setup - Default (Finnhub stock provider)

  1. Download and unzip one of packages from the Releases tab, appropriate to your processor architecture.

  2. Go to finnhub.io and sign up.

  3. Go to dashboard and generate an API key.

  4. Open finnhub.config.json and paste the API key.

  5. To run:

    5.1 Windows: Run AssetDesmondServer.exe

    5.2 Linux: Run the following commands:

    chmod +x AssetDesmondServer
    ./AssetDesmondServer

The app is now available under localhost:5000

Detailed view in dark mode

Compact view in light mode