Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mdh34/hackup

Read Hacker News from the desktop
https://github.com/mdh34/hackup

elementaryos hackernews hn vala

Last synced: 19 days ago
JSON representation

Read Hacker News from the desktop

Awesome Lists containing this project

README

        

# ![Icon](https://github.com/mdh34/hackup/raw/master/data/icons/64/com.github.mdh34.hackup.svg?sanitize=true) HackUp
[![build](https://travis-ci.org/mdh34/hackup.svg?branch=master)](https://travis-ci.org/mdh34/hackup)

Read Hacker News from the desktop

![Screenshot](https://raw.githubusercontent.com/mdh34/hackup/master/data/images/screenshot-1.png)

## Build Dependencies:
- libgranite-dev >= 5.0
- libgtk-3-dev
- libjson-glib-dev
- libsoup2.4-dev
- libwebkit2gtk-4.0-dev
- meson
- valac

## Install:
### Flatpak:
HackUp is avaliable on Flathub, install it by running:
```
flatpak install flathub com.github.mdh34.hackup
```
### From Source:
```
sudo apt install libgranite-dev libgtk-3-dev libjson-glib-dev libsoup2.4-dev libwebkit2gtk-4.0-dev meson valac
git clone https://github.com/mdh34/hackup.git
cd ./hackup/
meson build --prefix=/usr
cd build
ninja
sudo ninja install
```