Skip to content

Latest commit

 

History

History
69 lines (49 loc) · 1.48 KB

README.md

File metadata and controls

69 lines (49 loc) · 1.48 KB

Markets

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!

Screenshots

Features

  • 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

Installation

Building from source

Option 1: with GNOME Builder

  1. Open GNOME Builder
  2. Click the Clone Repository button
  3. Enter https://github.com/bitstower/markets.git in the field Repository URL
  4. Click the Clone Project button
  5. Click the Run button to start building application

Option 2: with Meson

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