How to use
Install from RubyGems
Install client by running:
gem install population_growth_client
Run locally
Run in terminal:
population_growth_client 90034
Reference in your Ruby code
Example:
require 'population_growth_client'
PopulationGrowthClient.search_zip(90034)