Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ConstantinoSchillebeeckx/mint-to-sankey
Quickly convert transactions data from mint into a Sankey chart.
https://github.com/ConstantinoSchillebeeckx/mint-to-sankey
d3 sankey visualization
Last synced: 5 days ago
JSON representation
Quickly convert transactions data from mint into a Sankey chart.
- Host: GitHub
- URL: https://github.com/ConstantinoSchillebeeckx/mint-to-sankey
- Owner: ConstantinoSchillebeeckx
- Created: 2018-01-23T22:59:13.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-29T21:41:42.000Z (over 6 years ago)
- Last Synced: 2024-08-01T12:31:25.124Z (3 months ago)
- Topics: d3, sankey, visualization
- Language: JavaScript
- Homepage: https://constantinoschillebeeckx.github.io/mint-to-sankey/
- Size: 613 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-starred - ConstantinoSchillebeeckx/mint-to-sankey - Quickly convert transactions data from mint into a Sankey chart. (others)
README
# mint-to-sankey
Quickly convert transactions data from mint into a Sankey chart.## Usage
1. Download your Mint transaction data by logging into your account clicking on `TRANSACTIONS` and then choosing `Export all xxx transactions` at the bottom right of the listed transactions.
2. [Download](https://github.com/ConstantinoSchillebeeckx/mint-to-sankey/archive/master.zip) this repository.
3. Unzip the download and navigate to the unziped directory `mint-to-sankey-master`.
4. Open [index.html](index.html) in your browser, click the `Choose File` button and select the csv you downloaded in step 1.
5. To confirm things are working as they should, select the file `demo_data.csv`; the resulting chart should be very similar to the one shown above.## A note about input data
Any type of transaction data can be visualized as long as you're uploading a csv with **at least the following columns**:
- `Amount` : value of the transaction
- `Transaction Type` : debit or credit
- `Category` : category for the transaction (e.g. Rent)