-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Library
- JSON Simple https://code.google.com/archive/p/json-simple/
- apache commons langs https://mvnrepository.com/artifact/org.apache.commons/commons-lang3
- Xchart https://mvnrepository.com/artifact/org.knowm.xchart/xchart/3.2.2
- Alpha Vantage https://www.alphavantage.co/
Purpose
- Used for parsing request to Stock API into JSON object in java code for easy access
- Used for padding of UI outputs using string.leftpad and string.rightpad
- Used for generating different kinds of visualization (piecharts, bargraphs) for financial planner application to categorize expenses and income
- API endpoint for getting updated stock prices for user to track the stocks that they are interested in in the application watchlist
License
- Apache License 2.0
- https://www.apache.org/licenses/
- Apache 2.0 open source license
- https://www.alphavantage.co/terms_of_service/
skylee03