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
- Host: GitHub
- URL: https://github.com/jjcarstens/ofex
- Owner: jjcarstens
- License: mit
- Created: 2017-02-15T00:14:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2020-04-16T21:00:26.000Z (about 6 years ago)
- Last Synced: 2024-04-09T21:54:27.594Z (about 2 years ago)
- Topics: elixir, ofx, ofx-parser, open-financial-exchange
- Language: Elixir
- Size: 59.6 KB
- Stars: 9
- Watchers: 3
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ofex
[](https://travis-ci.org/jjcarstens/ofex)
[](https://hex.pm/packages/ofex)
[](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)