Coder Social home page Coder Social logo

finna's Introduction

Finna

⚠️ Small personal project! Contains UNTESTED code ⚠️

Dependencies

All external dependencies can be installed via

task deps
  • Note: Requires task to run

Getting Started

First, install project dependencies with

task deps

Next create environment files by running

task env

This will ask you for your Plaid Client ID and Secret. Once provided, it will generate a .env and .env.docker file to instruct your app to talk to Plaid Sandbox.

API

If you want to run the web app:

task up

This will expose the app at http://localhost:8784 for the API

Logs

Once services are running, view real-time logs with

task logs

Stop

To stop the application

task stop

Other Tasks

In addition to what you can do within the web application, you can also run some of the tasks manually on the command line.

Import Vanguard Transactions to Stock Events

This task helps to format exported transactions from Vanguard in a way that can be imported into the Stock Events app.

Download transaction history

Visit the Download Center in Vanguard

https://personal.vanguard.com/us/OfxWelcome

download-center.png

Run format task to fix up data

➜ task format
task: [format] go run cmd/finna/main.go format -i input.csv -o output.csv
{"level":"info","msg":"Running finna","version":"latest"}
{"args":{"OutputFormat":"stock-events","InputFile":"input.csv","OutputFile":"output.csv"},"level":"info","msg":"Running format command"}
{"level":"info","msg":"Found 133 CSV rows"}

This task will filter out transactions that don't affect holdings, sort by date, and dump into a CSV format that is required by Stock Events.

stock-events-instructions.jpeg

Note that duplicate transactions will be ignored, so this operation should be safe to run as many times as necessary.

Send output file to iPhone

Using iCloud, send the output file to your phone and import it from the Stock Events App.

finna's People

Contributors

dependabot[bot] avatar markliederbach avatar

Watchers

 avatar  avatar  avatar

finna's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.