No commit activity in last 3 years
No release in over 3 years
An client for the search population growth by ZIP codes API.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies
 Project Readme

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)

Links