Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 517 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 517 Bytes

ofex

Build Status Hex version API docs

A simple parser for Open Financial Exchange (OFX) data in elixir

Installation

def deps do
  [{:ofex, "~> 0.1"}]
end

Documentation