https://github.com/tomasz-oponowicz/markets
A stock, currency and cryptocurrency tracker
https://github.com/tomasz-oponowicz/markets
cryptocurrency currency finance gnome librem5 pinephone stock
Last synced: 5 months ago
JSON representation
A stock, currency and cryptocurrency tracker
- Host: GitHub
- URL: https://github.com/tomasz-oponowicz/markets
- Owner: tomasz-oponowicz
- License: gpl-3.0
- Archived: true
- Created: 2020-06-17T08:53:17.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-03T15:13:14.000Z (over 2 years ago)
- Last Synced: 2024-05-14T03:04:46.108Z (over 1 year ago)
- Topics: cryptocurrency, currency, finance, gnome, librem5, pinephone, stock
- Language: Vala
- Homepage:
- Size: 1.32 MB
- Stars: 106
- Watchers: 9
- Forks: 30
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README

# 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
* Designed for Phosh (Librem5, PinePhone) and Gnome
* Open any symbol in Yahoo Finance for more details
* Adjust the refresh rate
* Dark Mode## Building from source
You'll need the following dependencies:
* libsoup
* libgee
* libhandy
* json-glib
* gettext
* glib2
* gtk3
* meson
* vala
* ninja
* gitClone the repository and change to the project directory
```
https://github.com/tomasz-oponowicz/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
```## License
The GNU General Public License, version 3.0 or later