Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bensheldon/fuzzy_money

Good enough price parsing and comparisons
https://github.com/bensheldon/fuzzy_money

Last synced: about 1 month ago
JSON representation

Good enough price parsing and comparisons

Awesome Lists containing this project

README

        

# FuzzyMoney

[![Build Status](https://travis-ci.org/bensheldon/fuzzy_money.svg?branch=master)](https://travis-ci.org/bensheldon/fuzzy_money)

Make accurate-enough conversions and comparisons between price strings. For when you're collecting inconsistently structured pricing information (for example, via scraping) and you don't need the rigidness of [RubyMoney](https://github.com/RubyMoney/money).

## Installation

Add this line to your application's Gemfile:

gem 'fuzzy_money'

And then execute:

$ bundle

Or install it yourself as:

$ gem install fuzzy_money

## Contributing

1. Fork it ( http://github.com//fuzzy_money/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 new Pull Request