Skip to content

sevhauser/flatastic-finance-export

Repository files navigation

Flatastic Finance Export

Creates a nice XLSX export for your Flattastic expenses. Straight from the flatastic api

Requirements

  • Node.js >= 7.6.0 (tested with 10.16.3 LTS)
  • yarn (optional)

Installation

  • Clone this repository, open the project in a terminal
  • yarn to install dependencies (or npm i respectively)
  • Create a config.json file (see config.example.json) and add your api key (see below on how to get it)

Usage

  • Import the data from the Flattastic API: yarn run import (npm run import respectively)
  • Create an XSLX Export yarn run export (npm run export respectively). This generates an Export file in the project directory

Getting Your API Key

  1. Open the Flattastic Webapp on your desktop browser
  2. Login with your account

Firefox:

  1. After a successful login open the developer tools (F12) and select the Storage tab (might be in the overflow menu)
  2. Under 'Local Storage' you'll find your API key in the field apiKey (see image below)

API Key Location in the developer tools in Firefox

Chrome:

  1. After a successful login open the developer tools (F12) and select the Application tab (might be in the overflow menu)
  2. Under 'Local Storage' you'll find your API key in the field apiKey (see image below)

API key location in the developer tools in Chrome

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published