Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mdespuits/minty
(Unofficial) Ruby API for Mint.com
https://github.com/mdespuits/minty
Last synced: 20 days ago
JSON representation
(Unofficial) Ruby API for Mint.com
- Host: GitHub
- URL: https://github.com/mdespuits/minty
- Owner: mdespuits
- License: mit
- Created: 2013-09-08T12:47:03.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-23T14:13:27.000Z (over 9 years ago)
- Last Synced: 2024-08-03T15:10:49.613Z (4 months ago)
- Language: Ruby
- Size: 333 KB
- Stars: 16
- Watchers: 5
- Forks: 13
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Minty
[![Build Status](https://travis-ci.org/mattdbridges/minty.svg?branch=master)](https://travis-ci.org/mattdbridges/minty)
[![Code Climate](https://codeclimate.com/github/mattdbridges/minty.png)](https://codeclimate.com/github/mattdbridges/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
Right now, `minty` is not stable and is not on Rubygems, so you can clone it down locally to use it. Simply use `bin/minty` as the command instead of just `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.comFor 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