munnellg / oireachtas-data-downloader

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:C++ 96.5%Language:CMake 3.5%