/oireachtas-data-downloader

Command line tool for fetching and filtering data from the Oireachtas API

Primary LanguageC++

Oireachtas Data Downloader

Command line utility and library for accessing data available through the Oireachtas Data API.

Building

mkdir build
cd build
cmake ..
make

Usage

Currently documented in man page. Will be moved here later.

Man page can be found in ${BUILD_DIR}/docs/odd.1 after building, or can be read by executing man odd if make install is run.