Skip to content

Instantly share code, notes, and snippets.

Given the following JSON responses:

GET /things

{
    "things": [
        {
            "name": "spoon"
        },
 {
@dstaley
dstaley / README.md
Created December 10, 2012 19:50
Save Money with IronWorker and Dwolla

Save Money with IronWorker and Dwolla

This is a simple script that asks you for a savings goal and a deadline. It then calculates how much money you need to save per day to reach your goal, and then schedules withdrawals from one of your Dwolla funding sources. It aims to be a "set and forget" way to save money.

Requirements

The script requires that you have Ruby and the following gems installed:

  • iron_worker_ng
  • typhoeus
  • chronic
  • json