acoffman / civic-summary

Basic script to summarize data in CIViC via the API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This is a simple script that generates basic summary information from the CIViC API

Installation

Requirements: ImageMagick (can be installed via homebrew or your package manager of choice) RMagick (Ruby bindings to ImageMagick) Gruff (Ruby charting gem)

brew install imagemagick
bundle install

Usage

Right now there are no flags or options, and its not built into a gem just yet

ruby -I lib/ bin/summarize

LICENSE

MIT

About

Basic script to summarize data in CIViC via the API.

License:MIT License


Languages

Language:Ruby 100.0%