An open API service indexing awesome lists of open source software.

https://github.com/jjcarstens/ofex

A simple OFX parser for elixir
https://github.com/jjcarstens/ofex

elixir ofx ofx-parser open-financial-exchange

Last synced: about 1 year ago
JSON representation

A simple OFX parser for elixir

Awesome Lists containing this project

README

          

# ofex

[![Build Status](https://travis-ci.org/jjcarstens/ofex.svg?branch=master)](https://travis-ci.org/jjcarstens/ofex)
[![Hex version](https://img.shields.io/hexpm/v/ofex.svg "Hex version")](https://hex.pm/packages/ofex)
[![API docs](https://img.shields.io/hexpm/v/ofex.svg?label=hexdocs "API docs")](https://hexdocs.pm/ofex/Ofex.html)

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

## Installation

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

[Documentation](https://hexdocs.pm/ofex)