Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bensheldon/fuzzy_money
- Owner: bensheldon
- License: mit
- Created: 2014-03-20T02:19:33.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-03-29T22:19:38.000Z (over 10 years ago)
- Last Synced: 2024-05-02T06:08:25.301Z (7 months ago)
- Language: Ruby
- Homepage:
- Size: 141 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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