Skip to content

JavaFX application for tracking the price of Bitcoin (ticker symbol BTC). Toggle between monthly, daily, and hourly BTC prices.

Notifications You must be signed in to change notification settings

brandonchuck/Bitcoin-BTC-Tracker

Repository files navigation

Bitcoin (BTC) Price Tracker

Overview

  • JavaFX application to track the price of Bitcoin (ticker symbol BTC).
  • Toggle between monthly, daily, and hourly BTC prices.
  • Utilized the cryptocompare.com public API to obtain prices.

How to use

  • Clone repository on your local device.
  • Open BTC_PriceTracker in preferred code editor (IntelliJ works nicely).
  • Right click on the Application.java file and select "Run Application.main()".

Preview

btc-tracker-preview.png

Summary

-- UPDATE SUMMARY

  • Detailed Features:
    • Toggle between Monthly, daily, and hourly price views.
    • Asynchronously load UI to improve application loading speeds.
    • Using Google's GSON API to pull BTC prices from cryptocompare.com's public API.
      • Used string interpolation to pull price intervals formatted in milliseconds for monthly, dayly and hourly BTC prices.
    • Dynamically adjust Y-axis for changes in price.

Author

Brandon Chuck | Full-Stack Developer | LinkedIn | Personal Website

About

JavaFX application for tracking the price of Bitcoin (ticker symbol BTC). Toggle between monthly, daily, and hourly BTC prices.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages