
Security News
Scaling Socket from Zero to 10,000+ Organizations
Socket CEO Feross Aboukhadijeh shares lessons from scaling a developer security startup to 10,000+ organizations in this founder interview.
zillow_demographics
Advanced tools
This is a gem for consuming the Zillow Api. Zillow is an online real estate company that is best known for providing pricing information on homes. A lesser known service that they provide is demographic information on cities and neighborhoods. They compile census data with their own internally gathered data to provide statistics like median age of residents for a city, percentage of single male and females, average home size etc...
When creating this gem, I was only concerned with the demographic info Zillow provides. There is much more to their API, which I hope to cover in the coming months. To use this gem you will need to first sign up for a api key with Zillow. That can be found at this link: https://www.zillow.com/webservice/Registration.htm
Use this gem if you need this type of information
Add this line to your application's Gemfile:
gem 'zillow_demographics'
And then execute:
$ bundle
Or install it yourself as:
$ gem install zillow_demographics
The gem is structured so that it returns two class types: People and National.
Is the local data for the city you are interested in.
Is the same data, but for the whole US.
Each class has a single method for interacting with the data.
ZillowApi::People.find_by_city('Chicago', API_KEY) #=> returns an instance of the People class with these attributes:
ZillowApi::People.find(API_KEY) #=> returns an instance of the National class with these attributes:
git checkout -b my-new-feature)git commit -am 'Added some feature')git push origin my-new-feature)FAQs
Unknown package
We found that zillow_demographics demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Socket CEO Feross Aboukhadijeh shares lessons from scaling a developer security startup to 10,000+ organizations in this founder interview.

Research
Socket Threat Research maps a rare inside look at OtterCookie’s npm-Vercel-GitHub chain, adding 197 malicious packages and evidence of North Korean operators.

Research
Socket researchers identified a malicious Chrome extension that manipulates Raydium swaps to inject an undisclosed SOL transfer, quietly routing fees to an attacker wallet.