The Markets application delivers financial data to your fingertips. Track stocks, currencies and cryptocurrencies. Stay on top of the market and never miss an investment opportunity!
- Create your personal portfolio
- Track stocks, currencies, cryptocurrencies, commodities and indexes
- Compatible with Linux smartphones (Librem5, PinePhone)
- Open any symbol in Yahoo Finance for more details
- Adjust the refresh rate
- Dark Mode
- Flathub: com.bitstower.Markets
- Open GNOME Builder
- Click the Clone Repository button
- Enter
https://github.com/bitstower/markets.git
in the field Repository URL - Click the Clone Project button
- Click the Run button to start building application
You'll need the following dependencies:
- libsoup
- libgee
- libhandy
- json-glib
- glib2
- gtk3
- meson
- vala
- ninja
- git
Clone the repository and change to the project directory
git clone https://github.com/bitstower/markets.git
cd markets
Run meson build
to configure the build environment. Change to the build directory and run ninja
to build
meson build --prefix=/usr
cd build
ninja
To install, use ninja install
, then execute with markets
sudo ninja install
markets