npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

n8n-nodes-fireflyiii

v0.1.1

Published

Control your Firefly III instance with n8n

Downloads

172

Readme

n8n Firefly III Node

This repository contains a custom node for n8n, an open-source workflow automation tool. The node integrates with Firefly III, a self-hosted personal finance manager.

It might not be the most advanced n8n node, built it for me while learning - so feel free to take it forward if needed.

Features

Many of Firefly III endpoints implemented, including transactions, search and export - I believe it could help building many interesting workflows in n8n that automates finanance management even more.

Supported Endpoints

This node supports many of Firefly III API endpoints, such as:

  • /api/v1/transactions: Create, list, update, and delete transactions.
  • /api/v1/accounts: Retrieve, create, update, and delete account details.
  • /api/v1/budgets: Fetch budget information.
  • /api/v1/categories: List, create, update, and delete categories.
  • /api/v1/tags: Retrieve, create, update, and delete tags.
  • /api/v1/attachments: Upload and manage attachments.
  • /api/v1/recurrences: Handle recurring transactions.
  • /api/v1/rules: Manage rules and rule groups.
  • /api/v1/piggy_banks: Retrieve and manage piggy banks.
  • /api/v1/preferences: Fetch user preferences.
  • /api/v1/about: Retrieve system and user information.
  • /api/v1/cron: Run cron jobs.

Note: it doesn't do crazy things, mostly one-to-one endpoint mapping, feel free to clone repo and do what you must.

Usage

  1. Open your n8n instance.
  2. Create a new workflow.
  3. Add the Firefly III node to your workflow.
  4. Configure the node with your Firefly III API credentials.
  5. Select the desired operation (e.g., Create Transaction, Retrieve Accounts).
  6. Execute the workflow to automate your personal finance tasks.

Configuration

To use this node, you need to configure it with your Firefly III API credentials. You can obtain these credentials from your Firefly III instance.

  1. Log in to your Firefly III instance.
  2. Navigate to the API section.
  3. Create a new API token.
  4. Copy the token and paste it into the n8n Firefly III node configuration.

License

This project is licensed under the MIT License. See the LICENSE file for details.

Acknowledgements