A stocks app for haiku.
Simple search for a stock, by its name or its symbol and monitors gain/loss, latest price and a chart. It mimics the macOS Stocks App by layout and functions as this is small enough to be useful.
A sample screenshot
Just load and install the package from github. (x64). Its complete and ready-to-run.
You can also compile by your own. See next chapter how to get a API key to access the data provider.
To contribute and to run it as a developer, you need an API key provided by
https://site.financialmodelingprep.com/developer
You can sign up there for a free developer account.
Create a local environment variable
STOCKS_APP_API_KEY
and provide you API key. It will be injected when the project compiles.
Put your API key in your UserSetupEnvironment file under ~/config/settings/boot with a line:
export STOCKS_APP_API_KEY=YOUR_KEY
Just enter it in your terminal before building.
The project needs unit tests, graphic improvements. Ideas are welcome. Write an issue or solve a problem. Hand in a pull request if you like.
It's me: thorstenclaus@web.de