Creates a nice XLSX export for your Flattastic expenses. Straight from the flatastic api
- Clone this repository, open the project in a terminal
yarn
to install dependencies (ornpm i
respectively)- Create a
config.json
file (seeconfig.example.json
) and add your api key (see below on how to get it)
- 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
- Open the Flattastic Webapp on your desktop browser
- Login with your account
- After a successful login open the developer tools (F12) and select the Storage tab (might be in the overflow menu)
- Under 'Local Storage' you'll find your API key in the field
apiKey
(see image below)
- After a successful login open the developer tools (F12) and select the Application tab (might be in the overflow menu)
- Under 'Local Storage' you'll find your API key in the field
apiKey
(see image below)