Autoexpreso Build Status Gem Version Dependency Status Code Climate

A Ruby Gem and Command-Line App for getting your account status from autoexpreso.com

Features

  • Gets your basic account info
  • Gets the latest 20 transactions

Installation

$ gem install autoexpreso

Usage

Ruby:

require 'autoexpreso'

ae = AutoExpreso::Client.new
ae.('username', 'password')

In your terminal:

$ autoexpreso --login
Username:  tavin_pumarejo
Password:  **************

Command-Line Options

  • -l, --login - Log into AutoExpreso
  • -h, --help - show help message

Authors

TODO

  • Persistence
  • Examples for integrating with Ruby On Rails / Sinatra
  • JSON Formatter
  • Better test coverage

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