Looking for a college that you would like to attend? Or maybe even looking for quick information like a specific school's contact information or address? Look no further! Campus Viewer makes it easy to search for any CUNY or SUNY school right from your terminal.
Right after running the program, you should see a main menu allowing you to search CUNY schools, SUNY schools or even exit the program.
Note: The first time it is ran, it will take a few seconds to gather all the information from various schools. In the meantime enjoy seeing Pacman eat away in the terminal :D However, on every subsequent run, the data will be saved, so it would be drastically faster.
If you choose to view SUNY schools, it will give you a list of all SUNY campuses.
If you choose to view CUNY schools, it will gather all the community, senior and professional colleges and display it to you as a list.
Once You have chosen a school, whether it's CUNY or SUNY, you will be shown some quick information about that school. If you choose to view the school, it will then open up a Google Map in your browser allowing you to get more information!
- Must have ruby installed on your machine
- Must have the gem
bundler
installed. If not, simple rungem install bundler
and you should be good to go. - Make sure to run
bundle install
to make sure all the dependencies are installed and up to date cd
into the bin directory and type./run.rb
or you can simply runbin/run.rb
from the root directory.