# FBO Fetch a dated dump file from [FedBizOpps](https://www.fbo.gov) and parse its contents into structures suitable for use by other programs. ## Installation Add this line to your application's Gemfile: gem 'fbo' And then execute: $ bundle Or install it yourself as: $ gem install fbo ## Usage The gem provides a number of ## Contributing Code contributions gratefully accepted. 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 Logging any issues you might notice at the [Issues tracker](https://github.com/chriskottom/fbo/issues) on GitHub is also a great way to help out.