Skip to content

gblache/minty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minty

Minty is the Unofficial Ruby API for Mint.com.

Installation

Add this line to your application's Gemfile:

gem 'minty'

And then execute:

$ bundle

Or install it yourself as:

$ gem install minty

Usage

On the Command Line

To see how to use minty on the command line, you can just run

$ minty
Usage: minty [subcommand] [options]

Available subcommands are:

  login:        Save your Mint.com credentials for other actions
  refresh:      Refresh your Mint.com accounts
  accounts:     Display a table of your Mint.com accounts
  categories:   Display a table of your Mint.com categories
  goals:        Display your Mint.com goals
  transactions: Transactions recorded on Mint.com

For more options on each subcommand, try:

  minty [subcommand] --help

Contributing

  1. Fork it
  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 new Pull Request

About

(Unofficial) Ruby API for Mint.com

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%