ynab

Build Status GitHub license

This is an API client for YNAB. It is still in development and there is a lot to do!

TODO

Installation

Add this to your application's shard.yml:

dependencies:
  ynab:
    github: jaredsmithse/ynab

Usage

require "ynab"

TODO Write usage instructions here

Development

For development, you will need a personal access token from YNAB. You can find instructions on how to get one for your account here.

Contributing

  1. Fork it (https://github.com/your-github-user/ynab/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors