Skip to content

A market tracker for Linux smartphones (Librem 5 & PinePhone)

License

Notifications You must be signed in to change notification settings

gusbemacbe/markets

 
 

Repository files navigation

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

About

A market tracker for Linux smartphones (Librem 5 & PinePhone)

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Vala 89.6%
  • Meson 8.0%
  • Python 1.8%
  • CSS 0.6%