#NYC Restaurant Ratings by Zip Code
Command line interface to return grade A restaurants in NYC by zip code. Data is retrieved using a JSON API provided by [NYC Open Data] (https://nycopendata.socrata.com/).
####To install ruby on a mac:
- Install homebrew by running
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
- Install ruby by running
brew install ruby
in command line.
####To run program:
- Clone repository to local computer.
- Navigate to restaurant_grades directory.
- Open Terminal.
- Run command 'ruby restaurant_ratings.rb'.
- Follow prompt to enter and search by zipcode.