Skip to content

Xuehong-pdx/stock_checker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stock checker

This is a simple app for checking selected stocks using a Dash interface. Results contains information on previous closing value, current opening value, today's high and today's low for each selected stock.

Built with:

  • Python
  • Dash

Getting Started

install docker compose

$ sudo apt install docker-compose

Clone repository

$ cd stock_checker

$ git clone https://github.com/Xuehong-pdx/stock_checker

Build and run container

  • Build Docker container

    $ docker-compose build 
    
  • Run container

    $  docker-compose up --remove-orphans
    

View page at http://localhost:8050

About

A small app to check stocks

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published