Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/stratigos/bank_statement
Demo Elixir application which prettifies and sorts bank statement CSV data.
https://github.com/stratigos/bank_statement
demo elixir example
Last synced: 16 days ago
JSON representation
Demo Elixir application which prettifies and sorts bank statement CSV data.
- Host: GitHub
- URL: https://github.com/stratigos/bank_statement
- Owner: stratigos
- Created: 2017-04-15T20:56:04.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-04-16T00:15:47.000Z (over 7 years ago)
- Last Synced: 2024-11-06T19:50:16.229Z (2 months ago)
- Topics: demo, elixir, example
- Language: Elixir
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BankStatement
Prettifies and formats output from a bank transaction CSV file.
## Example Application
This is an example application to explore some fundamentals of Elixir. It reads the file at `lib/transactions.csv`, and formats the content for display on a repl cli.
Run the application via `mix`.
## Deps
*Elixir* 1.4.1
*Erlang* 19
*nimble_csv* 0.1.0