No description
Find a file
2020-07-30 11:04:33 -07:00
src Update schema to use more inclusive and snake-case column names 2020-07-30 11:04:33 -07:00
tests/data Add test data 2018-03-06 21:04:57 -06:00
tools WIP: Add amalgamation script 2018-03-14 16:37:14 -06:00
.gitignore Add script to handle dependencies automatically 2018-02-16 09:12:32 -06:00
CMakeLists.txt WIP: produce portable builds 2018-03-07 08:50:28 -06:00
Makefile Fix Makefile for libxml2 2018-02-08 22:19:46 -06:00
README.md Remove libcurl and libxml2 and add yxml 2018-03-06 20:56:21 -06:00

Feader Library

This repo houses the library behind Feader. The idea behind the project is to separate the logic for retrieving, parsing, and storing RSS feed elements from the display, so that interface used to access the data can be independent from the logic, therefore allowing much easier cross-platform development.

External dependencies

The external dependencies are included in the src/ directory, to allow for compilation anywhere. They were acquired from the following sources:

Building

Clone the repo, then run the following:

mkdir build
cd build
cmake ..
make

Todo:

[ ] Write tests [ ] Write Android client [ ] Write Windows 10 client OR Java client [ ] Write GTK client (if not Java client) [ ] Write Mac client (if not Java client)