Skip to content

Waltberry/StockMonitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StockMonitor

StockMonitor is an application that queries the Dow Jones Industrial Average (DJIA) stock price every five seconds and displays an updated line graph. This visualization tool helps internal employees at Citi to monitor stock prices in real-time.

Prerequisites

  • Java 22
  • Gradle
  • Yahoo Finance API
  • JavaFX

Installation

  1. Clone the repository:

    git clone https://github.com/Waltberry/StockMonitor.git
    cd StockMonitor
  2. Build the application using Gradle:

    gradle build

Running the Application

To run the application, use the following command:

gradle run

Application Features

  • Queries the DJIA stock price every five seconds using the Yahoo Finance API.
  • Displays a live updating line graph with time on the x-axis and stock price on the y-axis.

Development

If you want to contribute to the development of this project, follow these steps:

  • Fork the repository.
  • Create a new branch for your feature or bugfix.
  • Commit your changes.
  • Push your changes to your forked repository.
  • Create a pull request.

License

  • This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages